From d52d5e73623ea693cd61906b7304ab022c46cd8c Mon Sep 17 00:00:00 2001
From: Santiago Lo Coco <santilococo.01@gmail.com>
Date: Sat, 12 Feb 2022 18:04:18 -0300
Subject: [PATCH] Remove comments

---
 _sass/_base.scss      | 11 +----------
 _sass/_layout.scss    | 20 --------------------
 _sass/_themes.scss    |  4 ----
 _sass/_variables.scss |  7 +------
 4 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/_sass/_base.scss b/_sass/_base.scss
index fc3a2b5..a15859a 100644
--- a/_sass/_base.scss
+++ b/_sass/_base.scss
@@ -1,13 +1,4 @@
-/*******************************************************************************
- * Styles for the base elements of the theme.
- ******************************************************************************/
-@charset "UTF-8";
-html{
-    margin-left: calc(100vw - 100%);
-    margin-right: 0;
-}
-
- // Typography
+// Typography
 
 p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong {
   color: var(--global-text-color);
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index 9215913..a470301 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -1,7 +1,3 @@
-/******************************************************************************
- * Content
- ******************************************************************************/
-
 body {
   padding-bottom: 70px;
   // font-family: 'Fira Code';
@@ -33,19 +29,3 @@ body.sticky-bottom-footer {
     width: 90%;
   }
 }
-
-// TODO: redefine content layout.
-
-
-/******************************************************************************
- * Publications
- ******************************************************************************/
-
-// TODO: redefine publications layout.
-
-
-/*****************************************************************************
-* Projects
-*****************************************************************************/
-
-// TODO: redefine projects layout.
diff --git a/_sass/_themes.scss b/_sass/_themes.scss
index 2bf8cc0..d075aa5 100644
--- a/_sass/_themes.scss
+++ b/_sass/_themes.scss
@@ -1,7 +1,3 @@
-/*******************************************************************************
- * Themes
- ******************************************************************************/
- 
 :root {
   --global-bg-color: #{$white-color};
   --global-code-bg-color: #{$code-bg-color-light};
diff --git a/_sass/_variables.scss b/_sass/_variables.scss
index 4a8a480..942b15a 100644
--- a/_sass/_variables.scss
+++ b/_sass/_variables.scss
@@ -1,10 +1,5 @@
-/*******************************************************************************
- * Variables used throughout the theme.
- * To adjust anything, simply edit the variables below and rebuild the theme.
- ******************************************************************************/
-
-
 // Colors
+
 $red-color:           #FF3636 !default;
 $red-color-dark:      #B71C1C !default;
 $orange-color:        #F29105 !default;