Map view for results

This commit is contained in:
Guntis Smaukstelis
2023-08-07 23:25:35 +03:00
parent 4c9af88859
commit 5ce297e96a
10 changed files with 198 additions and 42 deletions
+8 -8
View File
@@ -1,24 +1,24 @@
.container {
display: flex;
min-height: 100vh;
}
}
.column {
.column {
flex: 1;
padding: 10px;
box-sizing: border-box;
text-align: left;
}
}
.column:nth-child(1),
.column:nth-child(2) {
.column:nth-child(1),
.column:nth-child(2) {
flex-basis: 15%;
background-color: #f2f2f2;
min-width: 200px;
}
}
.column:nth-child(3) {
.column:nth-child(3) {
flex-basis: 70%;
background-color: #e6e6e6;
min-width: 680px;
}
}