feat: basic style and layout

images de la nef et facades
This commit is contained in:
Matthieu Bessat 2022-09-29 19:00:28 +02:00
parent bb43b2bc9d
commit 2fe8d5a5ae
86 changed files with 625 additions and 92 deletions

View file

@ -1,3 +1,20 @@
body {
font-family: sans-serif;
// font-family: 'Trebuchet MS', Tahoma,sans-serif;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
margin: 0;
}
h1 {
font-size: 1.75rem;
}
h2 {
font-size: 1.4rem;
}
a {
color: $secondary;
}
a:hover {
opacity: 0.8;
}