modules/footer.raw: plus de div

This commit is contained in:
Adrien Bourmault 2024-02-29 12:53:24 +01:00
parent 070f10c062
commit 4342628f7a
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 7 additions and 8 deletions

View File

@ -377,7 +377,6 @@ div#footer_title {
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
}
div#footer_about_menu {
display: flex;
@ -389,15 +388,14 @@ div#footer_about_menu {
padding: 15px;
margin: auto;
}
div#footer_about {
display: flex;
flex-basis: 60%;
div#footer_custom_about {
flex-basis: 70%;
}
div#footer_custom_nav {
display: flex;
flex-direction: column;
flex-basis: 40%;
flex-basis: 30%;
flex-wrap: wrap;
margin: 5px;
padding: 10px;
@ -427,10 +425,11 @@ ul#footer_items {
}
li.footer_item {
display: inline;
show: grid;
list-style-type: none;
margin-left: 0px;
margin-right: 0px;
padding: 10px;
padding: 0px;
border-radius: 5px;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
a.footer_item_link {
color: var(--a-lec_yellow);