User:Sur/minerva.css: Difference between revisions
< User:Sur
Created page with " .hover-box { width: 150px; height: 150px; background-color: #f0f0f0; border-radius: 10px; text-align: center; vertical-align: middle; position: relative; transition: all 0.3s ease; } .hover-box:hover { height: 200px; } .hover-box-content { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; } .hover-box-icon { width: 40px; height: 40px; } .hover-box-label {..." |
mNo edit summary |
||
(32 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.stat-infoboxes-container { | |||
max-width: calc(100% - 300px); | |||
. | |||
} | } | ||
@media (max-width: 768px) { | |||
.stat-infoboxes-container { | |||
max-width: 100%; | |||
} | |||
} | } |