15 lines
159 B
SCSS
Raw Normal View History

2019-04-03 15:29:46 +02:00
#footer{
width: 100%;
background: grey;
2019-04-05 00:19:26 +02:00
#map{
height: 300px;
width: 300px;
}
}
2019-04-08 18:00:38 +02:00
a#carte{
2019-04-05 00:19:26 +02:00
display: block;
2019-04-08 18:00:38 +02:00
height: 500px;
width: 100%;
2019-04-02 19:54:29 +02:00
}