update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user