From 20a83cfb4a9f7841944b62c914250d8938274585 Mon Sep 17 00:00:00 2001
From: Valentin Popov <info@valentineus.link>
Date: Thu, 23 Jan 2020 11:54:12 +0400
Subject: Updated site styles

Signed-off-by: Valentin Popov <info@valentineus.link>
---
 _scss/components/_core.scss | 38 +-------------------------------------
 1 file changed, 1 insertion(+), 37 deletions(-)

(limited to '_scss/components/_core.scss')

diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss
index f3a28f1..46740ac 100644
--- a/_scss/components/_core.scss
+++ b/_scss/components/_core.scss
@@ -4,47 +4,11 @@
 *::after,
 *::before {
   @include text-size-adjust(100%);
+
   box-sizing: border-box;
 }
 
 html {
   background-color: $color-html;
-  height: 100%;
   overflow-y: scroll;
 }
-
-body {
-  display: flex;
-  flex-direction: row;
-  min-height: 100%;
-}
-
-.container {
-  flex: 75%;
-  padding-right: 16px;
-}
-
-.sidebar {
-  border-left: 1px solid $color-bg-alt;
-  flex: 25%;
-  height: 100%;
-  padding-left: 16px;
-}
-
-@media (max-width: 684px) {
-  body {
-    flex-direction: column;
-  }
-
-  .container {
-    flex: 100%;
-    padding-right: 0;
-  }
-
-  .sidebar {
-    border: 0;
-    display: none;
-    flex: 100%;
-    padding-left: 0;
-  }
-}
-- 
cgit v1.2.3