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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue