feat: basic style and layout
images de la nef et facades
This commit is contained in:
parent
bb43b2bc9d
commit
2fe8d5a5ae
86 changed files with 625 additions and 92 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue