Changeset 0c6b92a for imaps-frontend/src/pages/BrowseMaps/Maps.module.css
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/pages/BrowseMaps/Maps.module.css
rd565449 r0c6b92a 1 2 1 3 .container { 2 4 max-width: 1200px; … … 7 9 8 10 h1 { 11 font-family: exo, sans-serif; 9 12 font-size: 2.5rem; 10 color: # 34495e;13 color: #0f71da; 11 14 margin-bottom: 20px; 12 15 } … … 62 65 } 63 66 67 .favorite{ 68 position: absolute; 69 top: 20px; 70 right: 20px; 71 cursor: pointer; 72 } 73 64 74 /* When dragging a tile */ 65 75 .dragging {
Note:
See TracChangeset
for help on using the changeset viewer.