restructure

This commit is contained in:
nek0 2019-09-09 15:21:33 +02:00
parent 41e7414339
commit 7b26406647
1 changed files with 9 additions and 4 deletions

View File

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