This commit is contained in:
2025-12-10 14:23:53 +03:00
parent c84b9788d9
commit 1e328b315c
15 changed files with 170 additions and 209 deletions

View File

@@ -31,8 +31,9 @@ body, html, #q-app {
}
:root {
--body-width: 1200px;
--body-width: 1440px;
--logo-color-bg-white: grey;
--base-radius: 24px;
}
.main-content {
@@ -40,6 +41,10 @@ body, html, #q-app {
margin: 0 auto;
}
.rounded-card {
border-radius: var(--base-radius);
}
@font-face {
font-family: 'myFont';
src: url(./fonts/Inter-Regular.woff2);