restructure
This commit is contained in:
parent
41e7414339
commit
7b26406647
1 changed files with 9 additions and 4 deletions
|
@ -338,6 +338,7 @@ h2 {
|
|||
height: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.navigation{
|
||||
border-radius: 5px;
|
||||
columns: auto;
|
||||
|
@ -350,16 +351,20 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue