Fix Img width
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -81,6 +81,7 @@
|
|||||||
img {
|
img {
|
||||||
flex: 0 0 150px;
|
flex: 0 0 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
width: 150px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background: $l5r5e-white;
|
background: $l5r5e-white;
|
||||||
@@ -99,6 +100,7 @@
|
|||||||
}
|
}
|
||||||
.header-fields {
|
.header-fields {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
flex: 0 0 100%;
|
||||||
h2 {
|
h2 {
|
||||||
font-family: $font-secondary;
|
font-family: $font-secondary;
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user