finished logos on home page #1258
This commit is contained in:
+18
-8
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user