mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: fix widowed text on homepage (#27091)
Closes: #27088 Changes: - Fixed a line of widowed text in the homepage hero.
This commit is contained in:
parent
b9c0f97026
commit
99dab98120
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
|
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
}
|
||||
p {
|
||||
max-width: 404px;
|
||||
max-width: 412px;
|
||||
margin-bottom: 32px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
@ -919,7 +919,7 @@
|
|||
}
|
||||
[purpose='hero-background-image'] {
|
||||
// background-size: auto 400px;
|
||||
background-position: calc(~'100% + -54%') center;
|
||||
background-position: calc(~'100% + -56%') center;
|
||||
}
|
||||
|
||||
[purpose='homepage-content'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue