v2
This commit is contained in:
@@ -22,6 +22,13 @@ $base-height: 100;
|
||||
:root {
|
||||
--body-width: 600px;
|
||||
--top-raduis: 12px;
|
||||
--logo-color-bg-white: grey;
|
||||
--dynamic-font-size: 16px;
|
||||
}
|
||||
|
||||
#q-app {
|
||||
padding-bottom: env(safe-area-inset-bottom, 0);
|
||||
padding-bottom: constant(safe-area-inset-bottom, 0); // Для старых iOS
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user