feat: Suppression des photos du footer

This commit is contained in:
2020-10-21 16:36:26 +02:00
parent 79bd26ff88
commit fc054deb03
3 changed files with 14 additions and 27 deletions

13
assets/styles/footer.sass Normal file
View File

@ -0,0 +1,13 @@
.footer
margin: 2rem 0
padding: 2rem
background: white
display: flex
.card
button
overflow-wrap: anywhere
word-break: break-all
white-space: normal
user-select: inherit

View File

@ -6,6 +6,7 @@
// @import "./header"
@import "../fonts/source-sans-pro"
@import "./header"
@import "./footer"
@import "./index"
/* Make images easier to work with */
@ -108,15 +109,3 @@ h1
&:hover, &.active, &.focus
background-color: darken($bleu, 10%)
border-color: $bleu
.footer
margin: 2rem
.card
margin: 0 2rem
button
overflow-wrap: anywhere
word-break: break-all
white-space: normal
user-select: inherit