Positioning fixes for non-coffee items
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2024-06-27 11:28:27 -04:00
parent 2046a23a4b
commit 3ea3cf7e6f
2 changed files with 7 additions and 3 deletions

View File

@ -31,6 +31,7 @@ if(!is_user_logged_in()){
display: flex;
align-items: center;
justify-content: center;
position: relative;
background: linear-gradient(
0deg,
rgba(255, 255, 255, 1) 28%,
@ -75,7 +76,10 @@ if(!is_user_logged_in()){
}
.label .order-details {
padding-bottom: 1em;
position: absolute;
text-align: center;
width: 88%;
top: 120px;
font-size: calc(0.35 * 17px);
}