started logos on home page #1258

This commit is contained in:
2023-02-19 20:58:07 +01:00
parent 6229131748
commit acc36bb1e9
10 changed files with 65 additions and 26 deletions
+14
View File
@@ -1190,6 +1190,8 @@ footer[role="tools"]{
&>*{
// disable grid gap
padding-right: 0;
flex-grow: 0;
flex-shrink: 0;
}
#footer-tabs{
ul{
@@ -1332,6 +1334,18 @@ footer[role="tools"]{
}
}
}
;
#logos{
box-sizing: content-box;
max-height: 50px;
padding:1em;
text-align: right;
img{
display: inline-block;
max-height: 100%;
padding-left: 1em;
}
}
}
h2{
margin:0;