Difference between revisions of "Team:NUS Singapore-A/Templates/Style"

Line 724: Line 724:
 
/* Modal Content/Box */
 
/* Modal Content/Box */
 
.profile-content {
 
.profile-content {
     margin: 10% auto; /* 15% from the top and centered */
+
     margin: 5% auto; /* 10% from the top and centered */
     padding: 20px;
+
     padding: 2.5%;
 
     border: 2px solid  
 
     border: 2px solid  
 
       rgba(133,133,133,.15);
 
       rgba(133,133,133,.15);
Line 732: Line 732:
 
     -webkit-box-shadow: 0 0 8px rgba(0,0,0,.09);
 
     -webkit-box-shadow: 0 0 8px rgba(0,0,0,.09);
 
     box-shadow: 0 0 8px rgba(0,0,0,.09);
 
     box-shadow: 0 0 8px rgba(0,0,0,.09);
     width: 80%; /* Could be more or less, depending on screen size */
+
     width: 100%; /* Could be more or less, depending on screen size */
 
}
 
}
 
.the-middle {
 
.the-middle {

Revision as of 03:09, 12 October 2018