mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update homepage styles (#12151)
Changes: - Removed breakpoints added in #12143 - Removed duplicate styles FYI: @mike-j-thomas
This commit is contained in:
parent
c6693617c3
commit
6eafef30b5
1 changed files with 0 additions and 45 deletions
45
website/assets/styles/pages/homepage.less
vendored
45
website/assets/styles/pages/homepage.less
vendored
|
|
@ -353,51 +353,6 @@
|
|||
}
|
||||
|
||||
|
||||
@media (max-width: 4599px) {
|
||||
[purpose='hero-background-image'] {
|
||||
background-size: 4600px auto;
|
||||
}
|
||||
[purpose='homepage-hero'] {
|
||||
height: 1250px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 3599px) {
|
||||
[purpose='hero-background-image'] {
|
||||
background-size: 3600px auto;
|
||||
}
|
||||
[purpose='homepage-hero'] {
|
||||
height: 1050px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 2599px) {
|
||||
[purpose='hero-background-image'] {
|
||||
background-size: 1920px auto;
|
||||
}
|
||||
[purpose='homepage-hero'] {
|
||||
height: 750px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1400px) {
|
||||
[purpose='hero-background-image'] {
|
||||
background-size: 1921px auto;
|
||||
background-position: center bottom;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
[purpose='homepage-content'] {
|
||||
max-width: 1200px;
|
||||
padding-right: 60px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
[purpose='homepage-hero'] {
|
||||
max-width: 1080px;
|
||||
height: 750px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
[purpose='hero-background-image'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue