Footer widget: remove padding left in menu and pages; max width in text widget.
This commit is contained in:
parent
07f7c25455
commit
f4f37d8f16
|
@ -324,7 +324,11 @@ footer{
|
|||
input[type=checkbox]{
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul{
|
||||
&:nth-of-type(1) {
|
||||
margin: 5px 0 0.5em 0;
|
||||
}
|
||||
}
|
||||
> ul{
|
||||
width: 10vw;
|
||||
padding-left: 0;
|
||||
|
@ -332,11 +336,24 @@ footer{
|
|||
&:nth-of-type(n + 6){
|
||||
display: none;
|
||||
}
|
||||
.children{
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
div > ul{
|
||||
width: 10vw;
|
||||
padding-left: 0;
|
||||
li{
|
||||
&.menu-item{
|
||||
.sub-menu{
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.textwidget{
|
||||
max-width: 200px;
|
||||
}
|
||||
.gallery{
|
||||
display: grid;
|
||||
|
|
Loading…
Reference in New Issue