15 lines
159 B
SCSS
15 lines
159 B
SCSS
#footer{
|
|
width: 100%;
|
|
background: grey;
|
|
#map{
|
|
height: 300px;
|
|
width: 300px;
|
|
}
|
|
}
|
|
|
|
a#carte{
|
|
display: block;
|
|
height: 500px;
|
|
width: 100%;
|
|
}
|