1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-03 16:04:05 +01:00

main.scss: center the images on mobile

This commit is contained in:
Aminda Suomalainen 2024-05-27 20:53:56 +03:00
parent 7785e8dc83
commit 03e479a7be
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -35,8 +35,11 @@ code {
img { img {
border-radius: 50% !important; border-radius: 50% !important;
margin: 1em !important; display: block;
margin-left: auto !important;
margin-right: auto !important;
@media (min-width: 395px) { @media (min-width: 395px) {
display: float !important;
float: right !important; float: right !important;
} }
} }