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