vendor/assets/stylesheets/footer.css.scss in quantum-0.0.8 vs vendor/assets/stylesheets/footer.css.scss in quantum-0.0.9
- old
+ new
@@ -28,17 +28,17 @@
text-shadow: 0 1px 0 rgba(0,0,0,1);
}
.footer ul { list-style-type: none; }
.footer li {
color: rgba(255,255,255,1);
- font-size: 14.5px;
+ font-size: 15px;
text-shadow: 0 1px 0 rgba(0,0,0,1);
}
.footer small {
border-top: 1px solid rgba(58,62,64,1);
display: block;
- font-size: 11.5px;
+ font-size: 12px;
margin-top: 48px;
padding-top: 48px;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,1);
}
@@ -61,17 +61,17 @@
float: left;
list-style-type: none;
}
.footer-alt li {
display: inline-block;
- font-size: 12.5px;
+ font-size: 13px;
margin-right: 20px;
}
.footer-alt li:last-child { margin-right: 0; }
.footer-alt small {
display: inline-block;
float: right;
- font-size: 12.5px;
+ font-size: 13px;
opacity: 0.8;
text-align: center;
}
/* #Media Queries
\ No newline at end of file