Advertisement
Guest User

Untitled

a guest
May 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.35 KB | None | 0 0
  1. #main-header {
  2.   img {
  3.     width: 100%;
  4.     height: 100%;
  5.   }
  6.  
  7.   .port-item {
  8.     width: 25%;
  9.     &:hover {
  10.       opacity: 0.8;
  11.       cursor: pointer;
  12.     }
  13.   }
  14. }
  15.  
  16. .bg-black {
  17.   color: #fff;
  18.   background: #000;
  19. }
  20.  
  21. @media (min-width: 1199px) {
  22.   // the 3em is determined by exprience!!
  23.   .port-item {
  24.     padding: 3em !important;
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement