diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-30 13:16:21 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-30 13:16:21 +0300 |
| commit | a77479260a1831787f82da60469ae6e761e7a93f (patch) | |
| tree | 6d715ec6d64d3ab3a0f34bcd2dd16b298b1e13f3 /frontend/src/css | |
| parent | frontend: fix return to game button (diff) | |
| download | lphub-a77479260a1831787f82da60469ae6e761e7a93f.tar.gz lphub-a77479260a1831787f82da60469ae6e761e7a93f.tar.bz2 lphub-a77479260a1831787f82da60469ae6e761e7a93f.zip | |
frontend: fix coop map categories
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/Maps.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/css/Maps.css b/frontend/src/css/Maps.css index b69f588..5f28055 100644 --- a/frontend/src/css/Maps.css +++ b/frontend/src/css/Maps.css | |||
| @@ -101,7 +101,6 @@ p>span.portal-count{font-weight: bold;font-size: 100px;vertical-align: -15%;} | |||
| 101 | background-color: #202232; | 101 | background-color: #202232; |
| 102 | 102 | ||
| 103 | display: grid; | 103 | display: grid; |
| 104 | grid-template-columns: 1fr 1fr 1fr 1fr; | ||
| 105 | gap: 2px; | 104 | gap: 2px; |
| 106 | } | 105 | } |
| 107 | #category>span>button{ | 106 | #category>span>button{ |