restructure

This commit is contained in:
nek0 2019-09-09 15:21:33 +02:00
parent 41e7414339
commit 7b26406647

View file

@ -338,6 +338,7 @@ h2 {
height: auto; height: auto;
text-align: center; text-align: center;
} }
.navigation{ .navigation{
border-radius: 5px; border-radius: 5px;
columns: auto; columns: auto;
@ -350,20 +351,24 @@ h2 {
.plugs, .tags{ .plugs, .tags{
display: none; display: none;
} }
nav ul{ nav ul{
text-align: center; text-align: center;
padding-left: 0; padding-left: 0;
} }
nav li{ nav li{
display: inline-block; display: inline-block;
} }
article { article {
margin: 0; margin: 0;
} }
img { img {
float: right; float: right;
margin: 10px; margin: 10px;
padding-left: 100%; padding-left: 100%;
width: 230px; width: 230px;
} }
} }