Skip to content
Snippets Groups Projects
Commit 0cfd1e63018c authored by Matti Picus's avatar Matti Picus
Browse files

tweak CSS

parent a6456ff7279d
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,7 @@
text-decoration: none;
}
.nav-container {
max-width: var(--content-width);
.content {
margin: 0 auto;
}
......@@ -109,6 +108,14 @@
margin: 0 auto;
}
pre.literal-block {
margin: 30px;
text-align: center;
border-top: 1px solid black;
padding: 30px;
border-bottom: 1px solid black;
}
nav {
float: right;
background: var(--nav-background);
......@@ -169,4 +176,11 @@
width: 70px;
}
body {
color: #383939;
margin: 0;
padding: 0;
}
@media only screen and (max-width: 798px) {
......@@ -172,10 +186,4 @@
@media only screen and (max-width: 798px) {
body {
color: #383939;
margin: 0;
padding: 0;
}
#container {
margin: 0;
padding: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment