Files
web/components/MyPages/Blocks/Stays/Header/header.module.css
2024-04-26 16:06:41 +02:00

19 lines
180 B
CSS

.subtitle {
margin: 0;
}
.header {
display: grid;
gap: 0.5rem;
}
@media screen and (min-width: 950px) {
.subtitle {
width: 60%;
}
.header {
gap: 2rem;
}
}