Difference between revisions of "Twisted Toppings"
Jump to navigation
Jump to search
imported>Felix |
imported>Felix |
||
Line 296: | Line 296: | ||
order: 0; | order: 0; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
− | height: 300px; | + | max-height: 300px; |
width: calc(100% - 2px); | width: calc(100% - 2px); | ||
border: 1px dotted rgba(255,255,255,.75); | border: 1px dotted rgba(255,255,255,.75); | ||
Line 306: | Line 306: | ||
} | } | ||
.panel img { | .panel img { | ||
− | height: | + | height: auto; |
− | width: | + | width: 100%; |
} | } | ||
#first-panel { | #first-panel { |