tweak the css
This commit is contained in:
parent
6caebf2e93
commit
9b5905b859
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
img {
|
img {
|
||||||
border: 3px solid #ececec;
|
border: 3px solid #ececec;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
@ -31,5 +35,5 @@ figure h4::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
max-height: 15px;
|
max-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hias-footer {
|
.hias-footer {
|
||||||
|
text-align: center;
|
||||||
font-size: 0.4rem;
|
font-size: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue