rouen-metropole: make title fit cells width (#76551)

This commit is contained in:
Corentin Sechet 2023-04-12 11:17:31 +02:00
parent 7b933e3b4d
commit 54228040b5
1 changed files with 10 additions and 6 deletions

View File

@ -132,12 +132,16 @@ div#toplinks {
}
%title {
display: inline;
left: 15px;
margin-bottom: -1em;
margin-top: 1.5em;
position: relative;
top: -0.5em;
top: -22px;
}
div.cell {
padding-right: 0;
h2:first-child {
margin-left: 10px !important;
margin-right: 10px !important;
}
}
main {