This commit is contained in:
Maciej Caderek
2022-04-11 22:46:30 +02:00
parent 9fa3285297
commit 7beecd3c72
17 changed files with 870 additions and 127 deletions

View File

@@ -67,9 +67,16 @@
padding: 0 1rem;
}
.info__analyze {
position: absolute;
bottom: 2rem;
width: 100%;
padding-right: 4rem;
.info__header {
height: 13.1rem;
}
.info__analyze {
margin-top: 2rem;
}
@media (orientation: portrait) {
.info__header {
height: auto;
}
}