Difference between revisions of "Template:Uppsala/main template"

Line 898: Line 898:
  
 
/* For BUTTONS on the page */
 
/* For BUTTONS on the page */
<style>
+
 
  @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
+
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
  
  
Line 911: Line 911:
 
   text-align: center;
 
   text-align: center;
 
   width: 100%;
 
   width: 100%;
 +
  margin-bottom: 0px;
 +
  padding-bottom: 0px;
 
}
 
}
  
.container {
+
.container-button {
 
     align-items: center;
 
     align-items: center;
 
     display: flex;
 
     display: flex;
Line 927: Line 929:
  
  
@media (min-width: 600px)
+
@media (min-width: 600px) {
.container {
+
.container-button {
 
     flex-direction: row;
 
     flex-direction: row;
 
     justify-content: safe !important;
 
     justify-content: safe !important;
 +
    }
 
}
 
}
  
 
/*
 
/*
 
@media (min-width: 600px) {
 
@media (min-width: 600px) {
   .container {
+
   .container-button {
 
     flex-direction: row;
 
     flex-direction: row;
 
     justify-content: space-between;
 
     justify-content: space-between;
Line 1,003: Line 1,006:
 
   text-shadow: 0px -1px 0 #c2211c;
 
   text-shadow: 0px -1px 0 #c2211c;
 
   transition: all 250ms linear;  
 
   transition: all 250ms linear;  
 +
  margin-bottom: 0px;
 +
  padding-bottom: 0px;
 
}
 
}
  
Line 1,021: Line 1,026:
 
   }
 
   }
 
}
 
}
 +
  
  

Revision as of 19:22, 15 October 2018