Skip to content

Commit 7516c0f

Browse files
committed
Fixes
1 parent 167dc3f commit 7516c0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/mapGuessrModal.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export default function MapGuessrModal({ isOpen, onClose }) {
7474
7575
.mapguessr-header {
7676
display: flex;
77-
justify-content: space-between;
7877
align-items: center;
7978
padding: 15px 20px;
8079
background: rgba(0, 0, 0, 0.95);
@@ -86,6 +85,12 @@ export default function MapGuessrModal({ isOpen, onClose }) {
8685
flex-shrink: 0;
8786
}
8887
88+
.mapguessr-title-section {
89+
display: flex;
90+
align-items: center;
91+
gap: 12px;
92+
}
93+
8994
.mapguessr-title {
9095
color: #fff;
9196
margin: 0;

0 commit comments

Comments
 (0)