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