feat: Mise en place d'un layout
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
Simon 2020-06-17 10:53:18 +02:00
parent 3a0d765c13
commit fea542b74b
2 changed files with 13 additions and 2 deletions

View File

@ -5,6 +5,10 @@
flex-wrap: wrap
text-align: center
padding: 1.5rem
position: absolute
bottom: 0
left: 0
right: 0
.license

View File

@ -7,12 +7,19 @@
@import "./footer"
body
background-color: green
background-color: #f0f0f0
.layout
background-color: white
min-height: 100vh
position: relative
padding: 1rem
@media screen and (min-width: 60em)
h1
text-align: center
@media screen and (min-width: 60rem)
.layout
width: 800px
margin: 0 auto
box-shadow: 8px 0 6px #ddd