cleanup css comments

This commit is contained in:
Ashley Blewer 2016-01-07 19:57:14 -05:00
parent 9c16293617
commit f7c273df6b

View File

@ -17,7 +17,6 @@ h1 {
}
div {
/*font-family: 'Ubuntu', sans-serif;*/
font-family: 'Merriweather', serif;
color: white;
}
@ -26,7 +25,6 @@ div {
margin: 8px;
}
/* Bubble Float Top */
.btn {
display: inline-block;
vertical-align: middle;
@ -58,5 +56,4 @@ div {
.btn:hover:before, .btn:focus:before, .btn:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
}
}