finished logos on home page #1258

This commit is contained in:
2023-02-19 21:19:44 +01:00
parent acc36bb1e9
commit 58523311a2
4 changed files with 26 additions and 13 deletions
+18 -8
View File
@@ -1336,14 +1336,24 @@ 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;
// max-height: 100%;
position: relative;
flex-shrink: 1;
// display: flex;
// flex-direction: row;
// justify-content: flex-end;
.wrapper{
position: relative;
box-sizing: content-box;
// max-height: 50px;
padding:1em;
text-align: right;
height: 50px;
img{
// display: inline-block;
height: 100%;
padding-left: 1em;
}
}
}
}