Difference between revisions of "Template:HSNU-TAIPEI/main"

Line 204: Line 204:
 
@media only screen and (min-width:768px) {
 
@media only screen and (min-width:768px) {
 
.main-nav {
 
.main-nav {
 +
display: -webkit-box;
 +
display: -moz-box;
 +
display: -ms-flexbox;
 +
display: -webkit-flex;
 
display: flex;
 
display: flex;
 +
-webkit-box-justify-content: flex-end;
 +
-moz-box-justify-content: flex-end;
 +
-webkit-justify-content: flex-end;
 +
-ms-justify-content: flex-end;
 
justify-content: flex-end;
 
justify-content: flex-end;
 
}
 
}

Revision as of 16:16, 11 June 2015