You've already forked AstralRinth
forked from didirus/AstralRinth
docs: add mobile support + seo
This commit is contained in:
4
src/lib/styles/variables/queries.postcss
Normal file
4
src/lib/styles/variables/queries.postcss
Normal file
@@ -0,0 +1,4 @@
|
||||
@custom-media --sm (min-width: 544px);
|
||||
@custom-media --md (min-width: 768px);
|
||||
@custom-media --lg (min-width: 1012px);
|
||||
@custom-media --xl (min-width: 544px);
|
||||
@@ -1,4 +1,5 @@
|
||||
:root {
|
||||
|
||||
/* these are values for the display CSS property */
|
||||
/*
|
||||
--display-values: (
|
||||
|
||||
Reference in New Issue
Block a user