1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-01-24 19:14:17 +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 {
border-radius: 50% !important;
margin: 1em !important;
display: block;
margin-left: auto !important;
margin-right: auto !important;
@media (min-width: 395px) {
display: float !important;
float: right !important;
}
}