mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #180 from the-programmers-hangout/fix-overly-large-mobile-title
fix: make site title much smaller mobile/tablet
This commit is contained in:
@@ -50,6 +50,14 @@ export const Title = styled.h1`
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
font-size: 32px;
|
||||
}
|
||||
`
|
||||
|
||||
export const FadedBottomWave = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user