mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 14:53:12 +00:00
General cleanup
This commit is contained in:
parent
5fee89d2e7
commit
2c6beefa43
13 changed files with 132 additions and 14 deletions
|
@ -5,10 +5,17 @@
|
|||
margin: 0 0 2rem; padding: 0;
|
||||
|
||||
width: calc(100vw - var(--space-medium));
|
||||
height: 60vh;
|
||||
height: 69vh;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.image-container {
|
||||
height: 40vh;
|
||||
}
|
||||
}
|
||||
|
||||
.image {
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue