From d2144ba19d9bbcf61fa395b16a63b6aaa2cf76bc Mon Sep 17 00:00:00 2001 From: "T. H. Wright" Date: Wed, 13 Nov 2019 14:59:20 -0500 Subject: [PATCH] Delineate CSS by common, desktop, mobile --- common/common.scss | 12 ++++++++++++ desktop/desktop.scss | 12 ------------ mobile/mobile.scss | 6 ++++++ 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/common/common.scss b/common/common.scss index e69de29..02b102c 100644 --- a/common/common.scss +++ b/common/common.scss @@ -0,0 +1,12 @@ +[data-wrap="center"] { + text-align: center; +} + +[data-wrap="right"] { + text-align: right; +} + +[data-wrap="justify"] { + text-align: justify; +} + diff --git a/desktop/desktop.scss b/desktop/desktop.scss index dbf7c7c..b562027 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -1,15 +1,3 @@ -[data-wrap="center"] { - text-align: center; -} - -[data-wrap="right"] { - text-align: right; -} - -[data-wrap="justify"] { - text-align: justify; -} - [data-wrap="columns"] { width: 50%; float: left; diff --git a/mobile/mobile.scss b/mobile/mobile.scss index 5a60373..ce05862 100644 --- a/mobile/mobile.scss +++ b/mobile/mobile.scss @@ -9,3 +9,9 @@ [data-wrap="columns"] { } +[data-wrap="floatl"] { +} + +[data-wrap="floatr"] { +} +