mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update homepage hero height at <575px (#16340)
https://fleetdm.slack.com/archives/C058S8PFSK0/p1706201845597239 Changes: - Reduced the homepage hero height - @<575px: 625px » 600px - @<373px: 647px » 550px
This commit is contained in:
parent
c46b6bdbbe
commit
6c351c6a7b
1 changed files with 2 additions and 2 deletions
4
website/assets/styles/pages/homepage.less
vendored
4
website/assets/styles/pages/homepage.less
vendored
|
|
@ -1217,7 +1217,7 @@
|
|||
}
|
||||
|
||||
[purpose='homepage-hero'] {
|
||||
height: 625px;
|
||||
height: 600px;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
|
@ -1448,7 +1448,7 @@
|
|||
}
|
||||
|
||||
[purpose='homepage-hero'] {
|
||||
height: 647px;
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
[purpose='homepage-content'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue