mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Prevent .units from hiding behind .header
This commit is contained in:
parent
535f286d4f
commit
ff05f9cca8
1 changed files with 6 additions and 8 deletions
10
web/css/styles.min.css
vendored
10
web/css/styles.min.css
vendored
|
@ -2878,12 +2878,10 @@ div.l-content.collapsed .l-sort {
|
||||||
margin-top: 94px;
|
margin-top: 94px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-content > .l-center .l-unit:nth-of-type(1) {
|
.l-content > .units.l-center::before {
|
||||||
padding-top: 260px;
|
content: '';
|
||||||
}
|
display: block;
|
||||||
|
height: 260px;
|
||||||
.l-content > .l-center .l-unit-ft:nth-of-type(1) {
|
|
||||||
padding-top: 260px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form#vstobjects {
|
form#vstobjects {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue