fixes
This commit is contained in:
parent
b797fd7018
commit
8c81d1646a
5 changed files with 26 additions and 8 deletions
15
style.css
15
style.css
|
|
@ -313,6 +313,17 @@ html.has-navbar-fixed-top {
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.hero-main .hero-body {
|
||||
background: linear-gradient(
|
||||
to bottom,
|
||||
rgba(0, 0, 0, 0),
|
||||
rgba(0, 0, 0, 0.6)
|
||||
);
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.hero-main .subtitle {
|
||||
color: #1whitb1b1b;
|
||||
font-size: 20px;
|
||||
|
|
@ -515,7 +526,7 @@ p.stickers {
|
|||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local("Inter-Regular"), url(/assets/inter/Inter-Regular-c342b1b7f7d19be1429fef29bf3af6d9e8c3e21aba846e082cdee1db8a530c83.woff2) format("woff2"), url(/assets/inter/Inter-Regular-b825f1bc25dee8a67cf5a2c461410c2c755bca29b9297c8f930fe4486ba35dd3.woff) format("woff")
|
||||
src: local("Inter-Regular"), url(files/Inter-Regular.woff2) format("woff2"), url(files/Inter-Regular.woff) format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
@ -523,5 +534,5 @@ p.stickers {
|
|||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: local("Inter-ExtraBold"), url(/assets/inter/Inter-ExtraBold-74e72c6bbb7844899343c4783be9b4510e32951636acde44d5b4725e2132ea03.woff2) format("woff2"), url(/assets/inter/Inter-ExtraBold-585b4ce19c2d757e2f9f6925a280650188bd2a49e7613f687dabdb15543e17eb.woff) format("woff")
|
||||
src: local("Inter-ExtraBold"), url(files/Inter-ExtraBold.woff2) format("woff2"), url(files/Inter-ExtraBold.woff) format("woff")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue