Requested changes - pt. 1

This commit is contained in:
2021-09-06 10:50:11 +02:00
parent 25c5007a09
commit 5331b04248
16 changed files with 58 additions and 25 deletions

View File

@@ -30,8 +30,10 @@ html {
.mt-lg {
margin-top: 2rem;
}
.ml-lg {
margin-left: 2rem;
@media (min-width: 840px) {
.ml-lg {
margin-left: 2rem;
}
}
.short-hr {
width: 3.5rem;
@@ -399,4 +401,8 @@ section.poi h3 {
overflow: hidden;
top: 0;
width: 100%;
}
canvas {
width: 100%;
height: 100%;
}