aboutsummaryrefslogtreecommitdiff
path: root/assets/css/page-generic.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/page-generic.css')
-rw-r--r--assets/css/page-generic.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/css/page-generic.css b/assets/css/page-generic.css
new file mode 100644
index 0000000..cc41691
--- /dev/null
+++ b/assets/css/page-generic.css
@@ -0,0 +1,20 @@
+/*GESTION DE LA GRILLE D'UNE PAGE DE TEXTE LEGAL/INFO/BORRING */
+main {
+ grid-area: core-start / main-col-sep 3 / main-row-fin / main-col-sep 9;
+}
+
+/* Tablettes */
+@media (max-width: 1500px) and (min-width: 801px) {
+ main {
+ grid-area: core-start / main-col-sep 1 / main-row-fin / main-col-sep 11;
+ }
+}
+
+/* Smartphones */
+@media (max-width: 800px) {
+ main {
+ grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
+ }
+}
+
+