2 changed files with
6 additions and
3 deletions
|
|
@ -32,7 +32,7 @@ p {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul,ol {
|
|
|
|
ul,ol {
|
|
|
|
margin-left: 2rem;
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -75,7 +75,7 @@
|
|
|
|
top: 480px;
|
|
|
|
top: 480px;
|
|
|
|
left: 1.5rem;
|
|
|
|
left: 1.5rem;
|
|
|
|
right: 17rem;
|
|
|
|
right: 17rem;
|
|
|
|
height: 8rem;
|
|
|
|
height: 8.5rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
color: #222;
|
|
|
|
color: #222;
|
|
|
|
line-height: 1rem;
|
|
|
|
line-height: 1rem;
|
|
|
@ -125,6 +125,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
.address {
|
|
|
|
.address {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
display: grid;
|
|
|
|
top: 620px;
|
|
|
|
top: 620px;
|
|
|
|
left: 2rem;
|
|
|
|
left: 2rem;
|
|
|
|
right: 20rem;
|
|
|
|
right: 20rem;
|
|
|
@ -134,9 +135,11 @@
|
|
|
|
line-height: 1.5rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: firebrick;
|
|
|
|
color: firebrick;
|
|
|
|
max-height: 4.5rem;
|
|
|
|
height: 4.5rem;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.imagetitle {
|
|
|
|
.imagetitle {
|
|
|
|