Fix Img width

This commit is contained in:
Mandar
2020-12-26 18:04:22 +01:00
parent f5a8936dbf
commit fe2971e864
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -81,6 +81,7 @@
img {
flex: 0 0 150px;
height: 150px;
width: 150px;
margin-right: 0;
object-fit: contain;
background: $l5r5e-white;
@@ -99,6 +100,7 @@
}
.header-fields {
position: relative;
flex: 0 0 100%;
h2 {
font-family: $font-secondary;
float: left;