This commit is contained in:
counterweight 2025-02-28 16:15:18 +01:00
parent 58f38c2fd0
commit 197e90a0f3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 8 additions and 9 deletions

View file

@ -81,9 +81,9 @@
}
#view-my-offers-root > * {
margin-left:auto;
margin-left: auto;
margin-right: auto;
}
}
#create-offer-controls {
text-align: center;

View file

@ -22,11 +22,9 @@
top: 25px;
}
#app-nav-bar > #laseca-logo {
height: 30px;
}
}
@media (min-width: 769px) {
@ -58,7 +56,6 @@
transform: translateY(20%);
}
body {
background-color: #bdd5ea;
}