mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
full width images tweak
This commit is contained in:
parent
fcbffe34c6
commit
f1eb333dec
@ -5,4 +5,17 @@
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-height: 100vh;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
@media (min-width: 2559px) {
|
||||
max-width: 2560px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user