maps page
This commit is contained in:
parent
7b91e1aed0
commit
f602b282d5
13 changed files with 651 additions and 18 deletions
|
|
@ -77,7 +77,7 @@ hr.full-width {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
.filerow {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
|
|
@ -87,7 +87,7 @@ hr.full-width {
|
|||
font-family: "Poppins", sans-serif;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
.logo-filerow {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
@ -95,12 +95,12 @@ hr.full-width {
|
|||
height: 32px;
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
.logo-filerow img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.text-container {
|
||||
.text-filerow {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
@ -109,14 +109,14 @@ hr.full-width {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.text-container .upper-text {
|
||||
.text-filerow .upper-text {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
padding: 2px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.text-container .lower-text {
|
||||
.text-filerow .lower-text {
|
||||
font-size: 12px;
|
||||
padding: 2px;
|
||||
color: gray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue