Skip to content
Snippets Groups Projects
utils.scss 103 B
Newer Older
  • Learn to ignore specific revisions
  • Matthias Feyll's avatar
    Matthias Feyll committed
    .vh-100 {
        height: 100vh !important;
    
    }
    
    .clickable {
        &:hover {
            cursor: pointer;
        }
    }