Set same font size as in dashboard (#3741)

This commit is contained in:
Paweł Chyła 2023-06-12 10:01:30 +02:00 committed by GitHub
parent f2f11a6450
commit dcf8e26169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,9 @@
<style>
html {
/* set base font size to 13px */
font-size: 50.782% !important;
}
</style>
<script>
window.__SALEOR_CONFIG__ = {
API_URL: "",