ltqf/assets/css/agenda.css
Florian du Garage Num bcddcefb2e initial webp
2023-11-16 13:53:24 +01:00

24 lines
325 B
CSS

.section img {
height: 500px;
width: 100%;
object-fit: cover;
}
.section h2, .section h3 {
font-family: 'Advent Pro', sans-serif;
}
h3 {
text-decoration: underline;
}
p, li, button {
font-family: 'Lato', sans-serif;
}
.section li {
list-style-type: disc;
}
.column {
border-radius: 20px;
}