diff --git a/frontend/styles.css b/frontend/styles.css index 3443808..d37ca07 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -1395,6 +1395,31 @@ body { max-height: calc(100vh - 2rem); } + .modal-header { + display: flex; + flex-direction: column; + } + + .modal-header h2 { + padding-right: 0; + order: 1; + } + + .modal-meta { + order: 2; + } + + .modal-details { + order: 3; + } + + .modal-compare-btn { + position: static; + order: 4; + margin-top: 1rem; + width: 100%; + } + .rankings-controls { flex-direction: column; align-items: stretch;