Line 21: | Line 21: | ||
position: relative; | position: relative; | ||
font-size: 100%; | font-size: 100%; | ||
− | width: | + | width: 100vw; |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 44: | Line 44: | ||
} | } | ||
#content { | #content { | ||
− | width: | + | width: 100vw; |
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
Line 379: | Line 379: | ||
flex-direction: column; | flex-direction: column; | ||
align-items: center; | align-items: center; | ||
− | padding: | + | padding: 5vw; |
} | } | ||
Line 388: | Line 388: | ||
background: white; | background: white; | ||
box-shadow: 0 0 12px 0px rgba(0,0,0,0.4); | box-shadow: 0 0 12px 0px rgba(0,0,0,0.4); | ||
− | padding: | + | padding: 5vw; |
} | } | ||
Line 395: | Line 395: | ||
z-index: 2; | z-index: 2; | ||
position: fixed; | position: fixed; | ||
− | right: | + | right: 2vw; |
− | top: | + | top: 4vw; |
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; | ||
Line 426: | Line 426: | ||
section#header{ | section#header{ | ||
justify-content: center; | justify-content: center; | ||
− | margin-bottom: | + | margin-bottom: 5vw; |
} | } | ||
Line 618: | Line 618: | ||
#mega-menu { | #mega-menu { | ||
justify-content: space-around; | justify-content: space-around; | ||
− | margin: | + | margin: 5vw 0; |
} | } | ||
Line 708: | Line 708: | ||
cursor: pointer; | cursor: pointer; | ||
background: #1C1E1F; | background: #1C1E1F; | ||
− | padding: 0 | + | padding: 0 5vw 0 0; |
border: none; | border: none; | ||
border-radius: 0; | border-radius: 0; |
Revision as of 17:00, 9 May 2017