mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
fix: invalid css
This commit is contained in:
@@ -138,7 +138,7 @@ export const StickyBox = styled.div`
|
|||||||
padding: 0px 0px 16px 30px;
|
padding: 0px 0px 16px 30px;
|
||||||
backdrop-filter: blur(14px);
|
backdrop-filter: blur(14px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 16px
|
font-size: 16px;
|
||||||
|
|
||||||
@media screen and (max-width: 1200px) {
|
@media screen and (max-width: 1200px) {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -190,7 +190,7 @@ export const StickyTitle = styled.h1`
|
|||||||
|
|
||||||
&.has-content-below {
|
&.has-content-below {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
px;
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
export const SingleTitle = styled(Title)`
|
export const SingleTitle = styled(Title)`
|
||||||
|
|||||||
Reference in New Issue
Block a user