Fixed Results / IA on mobile
Some checks failed
Run Integration Tests / test (push) Failing after 10m2s

This commit is contained in:
partisan 2025-06-30 09:01:32 +02:00
parent 0559fd2bba
commit b975c04102
2 changed files with 19 additions and 149 deletions

View file

@ -1,3 +1,7 @@
*, *::before, *::after {
box-sizing: border-box;
}
.instant-container {
position: absolute;
top: 140px;
@ -38,8 +42,9 @@
}
.calc-input {
box-sizing: border-box;
width: 100%;
padding: 10px;
width: 95%;
font-size: 18px;
border: 1px solid var(--border);
border-radius: 4px;
@ -265,10 +270,21 @@
}
/* Responsive adjustments */
@media only screen and (max-width: 1220px) {
@media only screen and (max-width: 1450px) {
.instant-container {
right: 75px;
}
}
@media only screen and (max-width: 1350px) {
.instant-container {
right: 5px;
}
}
@media only screen and (max-width: 1290px) {
.instant-container {
position: relative;
width: 100%;
top: 0;
right: 0;
margin-left: 175px;