Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/layout.css')
-rw-r--r--static/css/layout.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/static/css/layout.css b/static/css/layout.css
deleted file mode 100644
index 2b69688..0000000
--- a/static/css/layout.css
+++ /dev/null
@@ -1,22 +0,0 @@
-/* footer */
-.l-footer {
- padding: 24px 0
-}
-/* header */
-.l-header {
- display: block;
- padding: 20px 0;
- text-align: center
-}
-/* nav */
-.l-nav {
- width: 96%;
- max-width: 720px;
- margin: 0 auto
-}
-/* main */
-.l-main {
- width: 96%;
- max-width: 720px;
- margin: 40px auto 0
-}