Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 21: Line 21:
 
position: relative;
 
position: relative;
 
font-size: 100%;
 
font-size: 100%;
width: 100%;
+
width: 100vw;
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
Line 44: Line 44:
 
}
 
}
 
#content {
 
#content {
width: 100%;
+
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: 5%;
+
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: 5%;
+
padding: 5vw;
 
}
 
}
  
Line 395: Line 395:
 
     z-index: 2;
 
     z-index: 2;
 
     position: fixed;
 
     position: fixed;
     right: 2%;
+
     right: 2vw;
     top: 4%;
+
     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: 5%;
+
margin-bottom: 5vw;
 
}
 
}
  
Line 618: Line 618:
 
#mega-menu {
 
#mega-menu {
 
justify-content: space-around;
 
justify-content: space-around;
margin: 5% 0;     
+
margin: 5vw 0;     
 
}
 
}
  
Line 708: Line 708:
 
cursor: pointer;
 
cursor: pointer;
 
background: #1C1E1F;
 
background: #1C1E1F;
padding: 0 5% 0 0;
+
padding: 0 5vw 0 0;
 
border: none;
 
border: none;
 
border-radius: 0;
 
border-radius: 0;

Revision as of 17:00, 9 May 2017