mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix: adjust the banner height for small screen size
GitOrigin-RevId: 53c807d0cd24128ffc250fbda028cfdd19bbf359
This commit is contained in:
parent
9381db581e
commit
1f9e32d0ef
1 changed files with 8 additions and 1 deletions
|
@ -339,12 +339,19 @@
|
|||
border: 1px solid @blue-20;
|
||||
color: @neutral-90;
|
||||
.banner-row {
|
||||
height: 56px;
|
||||
min-height: 56px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @screen-sm-max) {
|
||||
.banner-row {
|
||||
min-height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.claim-my-discount {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
|
|
Loading…
Reference in a new issue