fix order details font on label
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-06-28 20:26:30 +05:00
parent b43b5989eb
commit 0ed33f7321

View File

@ -88,6 +88,7 @@ if(!is_user_logged_in()){
width: 65%; width: 65%;
top: 120px; top: 120px;
font-size: calc(0.35 * 17px); font-size: calc(0.35 * 17px);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} }
.label .order-details p { .label .order-details p {