Skip to content
Snippets Groups Projects
Commit b5eb066a authored by skoolbus39's avatar skoolbus39
Browse files

Updated CSS to fix buttons overlapping at mobile widths

parent 8b68aef4
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@
}
#homepage ul {
text-align:center;
margin-top:10px;
margin-top:10px;s
}
#homepage ul li {
display:inline;
margin:18px;
display:block;
margin:30px;
}
#homepage ul li a {
background-color:#cc0000;
......@@ -39,3 +39,7 @@
color:#FFF;
}
@media (min-width: 700px) {
display:inline;
margin:18px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment