10 lines
155 B
CSS
10 lines
155 B
CSS
.corps {
|
|
width: 100% !important;
|
|
overflow-x: none;
|
|
}
|
|
.sousbandeau {
|
|
display: none !important;
|
|
}
|
|
body {
|
|
background-color: none !important;
|
|
} |