Simplify style.css

This commit is contained in:
Jason Yavorska 2020-05-20 13:45:45 +00:00
parent eeb692588c
commit f5441284fa
1 changed files with 1 additions and 20 deletions

View File

@ -2,23 +2,4 @@ body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}
}