Update maps

This commit is contained in:
2025-01-28 16:04:41 +05:30
parent 1df0fb59ff
commit 814bc38306
7 changed files with 24870 additions and 132 deletions
+38 -16
View File
@@ -1,5 +1,5 @@
.App {
text-align: center;
}
.App-logo {
@@ -14,25 +14,47 @@
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
position: relative;
}
.grid-number{
position: absolute;
transform: translate(-50%, -50%);
padding-left: 4px;
padding-top: 4px;
font-size: 2em;
}
.hidden {
visibility: hidden;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
* {
-webkit-print-color-adjust: exact;
}
table {
border-collapse: collapse;
border: 2px solid rgb(140 140 140);
font-family: sans-serif;
letter-spacing: 1px;
}
th,
td {
border: 1px solid rgb(160 160 160);
padding: 8px 10px;
}
td:last-of-type {
text-align: center;
}
tbody > tr:nth-of-type(even) {
background-color: rgb(237 238 242);
}