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:
parent
e8e7e0ddf7
commit
d3ee0eff13
@ -34,7 +34,9 @@ code {
|
||||
}
|
||||
|
||||
img {
|
||||
float: right !important;
|
||||
border-radius: 50% !important;
|
||||
margin: 1em !important;
|
||||
@media (min-width: 395px) {
|
||||
float: right !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user