Skip to content
Snippets Groups Projects
Commit 9e6d4c7a authored by Jason Yavorska's avatar Jason Yavorska
Browse files

Revert "Simplify style.css"

This reverts commit f5441284
parent 636518ba
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,23 @@ body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
\ No newline at end of file
}
.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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment