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

Line 217: Line 217:
 
     line-height: 36px;
 
     line-height: 36px;
 
     width: 75%;
 
     width: 75%;
 +
    padding: 12px;
 +
    margin: auto auto;
 
     text-align: center;
 
     text-align: center;
 
     border-radius: 5%;
 
     border-radius: 5%;
Line 226: Line 228:
 
.quote:before{
 
.quote:before{
 
     font-family:FontAwesome;
 
     font-family:FontAwesome;
     content: "f10d";
+
     content: "\f10d";
 +
    float: left;
 
     font-size: 32px;
 
     font-size: 32px;
 
}
 
}
 
.quote:after{
 
.quote:after{
 
     font-family:FontAwesome;
 
     font-family:FontAwesome;
     content: "f10e";
+
     content: "\f10e";
 +
    float: right;
 
     font-size: 32px;
 
     font-size: 32px;
 
}
 
}

Revision as of 13:45, 14 October 2018