Fixing bug on apps page.
This commit is contained in:
parent
d24b742912
commit
8cd5c276d0
3 changed files with 15 additions and 4 deletions
|
@ -25,9 +25,18 @@ section.section-header {
|
|||
}
|
||||
}
|
||||
|
||||
section.section-header-app {
|
||||
height: calc(100vh + 3em);
|
||||
|
||||
& > div.columns-container {
|
||||
padding-top: 3em !important;
|
||||
height: calc(100% - 6em);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
section.section-header {
|
||||
section.section-header, section.section-header-app {
|
||||
height: auto;
|
||||
min-height: calc(100vh + 3em);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue