Files
web/components/MyPages/Blocks/Stays/Header/header.module.css
2024-05-03 08:16:51 +02:00

19 lines
248 B
CSS

.header {
display: grid;
gap: 0.5rem;
}
.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;
}
}