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:
parent
7785e8dc83
commit
03e479a7be
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user