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 {
|
||||
border: 3px solid #ececec;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
figure {
|
||||
|
@ -31,5 +35,5 @@ figure h4::before {
|
|||
}
|
||||
|
||||
svg {
|
||||
max-height: 15px;
|
||||
}
|
||||
max-height: 30px;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
}
|
||||
|
||||
.hias-footer {
|
||||
text-align: center;
|
||||
font-size: 0.4rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue