Files
web/components/MyPages/Blocks/Stays/Header/header.module.css
Michael Zetterberg 2f6500f46d feat: static my stays
2024-04-20 07:24:54 +02:00

14 lines
203 B
CSS

.subtitle {
padding-top: 0.5rem;
padding-bottom: 2.5rem;
margin: 0;
}
@media screen and (min-width: 950px) {
.subtitle {
width: 60%;
padding-top: 2.5rem;
padding-bottom: 5rem;
}
}