aboutsummaryrefslogtreecommitdiff
path: root/static/css/page-generic.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/page-generic.css')
-rw-r--r--static/css/page-generic.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/static/css/page-generic.css b/static/css/page-generic.css
deleted file mode 100644
index cc41691..0000000
--- a/static/css/page-generic.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/*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;
- }
-}
-
-