mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-25 18:09:24 +01:00
main.scss: fix breaking text on mobile
This commit is contained in:
parent
e8e7e0ddf7
commit
d3ee0eff13
@ -34,7 +34,9 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
float: right !important;
|
|
||||||
border-radius: 50% !important;
|
border-radius: 50% !important;
|
||||||
margin: 1em !important;
|
margin: 1em !important;
|
||||||
|
@media (min-width: 395px) {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user