User:Sur/minerva.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
.hover-box { | .hover-box { | ||
min-width: | min-width: 250px; | ||
min-height: | min-height: 250px; | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
border-radius: 10px; | border-radius: 10px; | ||
Line 16: | Line 16: | ||
.hover-box:hover { | .hover-box:hover { | ||
min-width: | min-width: 300px; | ||
} | } | ||
.hover-box-content { | .hover-box-content { | ||
min-width: | min-width: 250px; | ||
min-height: | min-height: 250px; | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; |