cremeaux/assets/styles/footer.sass

54 lines
887 B
Sass

.footer
background: $vert
color: white
padding: 2rem 0
.icons
height: 30px
width: 30px
margin: 1rem 0 .5rem .5rem
a
color: white
display: inline-block
.container
display: flex
@media screen and (max-width: $size-md)
flex-wrap: wrap
justify-content: center
@media screen and (max-width: $size-sm)
flex-direction: column
.address
text-align: right
.logo
width: 20%
@media screen and (max-width: $size-md)
order: -1
width: 100%
img
margin: 0 auto 1rem
.horaire,
.address
width: 40%
padding: 1rem
@media screen and (max-width: $size-sm)
width: 100%
text-align: center
padding: 1rem 0 0
.ccpu
margin: 0 auto
text-align: center
h3
font-size: 1.3rem
margin: 0 0 .7rem
font-weight: bold
p
margin: 0
line-height: 1.1rem