1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00

main.scss: fix breaking text on mobile

This commit is contained in:
Aminda Suomalainen 2024-05-27 14:12:49 +03:00
parent e8e7e0ddf7
commit d3ee0eff13
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -34,7 +34,9 @@ code {
}
img {
float: right !important;
border-radius: 50% !important;
margin: 1em !important;
@media (min-width: 395px) {
float: right !important;
}
}