aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-01-06 20:53:48 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-01-06 20:53:48 +0300
commiteb4d96d9079b561887eb54fbda5ef6b9eb334ece (patch)
tree6e999b4aced56035046b3eec61a659472fb8acf8 /_sass
parentcfee4a83470e0b5e23f57a9bb6def0eee2dbdbc1 (diff)
downloadaaoth.xyz-eb4d96d9079b561887eb54fbda5ef6b9eb334ece.tar.gz
aaoth.xyz-eb4d96d9079b561887eb54fbda5ef6b9eb334ece.zip
whitespace changes
Diffstat (limited to '_sass')
-rw-r--r--_sass/main.scss92
1 files changed, 46 insertions, 46 deletions
diff --git a/_sass/main.scss b/_sass/main.scss
index 0629927..656eb13 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -17,50 +17,50 @@ $body-font: Lato, sans-serif;
$code-font: Fira Code, monospace;
html {
- background: $color-main-bg;
+ background: $color-main-bg;
}
body {
- max-width: 835px;
- min-width: 378px;
- margin: 20px auto 0 auto;
- padding: 8px;
- color: $color-dark-bg;
- font: 100% $body-font;
+ max-width: 835px;
+ min-width: 378px;
+ margin: 20px auto 0 auto;
+ padding: 8px;
+ color: $color-dark-bg;
+ font: 100% $body-font;
}
a {
- color: $color-link-idle;
- text-decoration: none;
+ color: $color-link-idle;
+ text-decoration: none;
}
a:hover {
- color: $color-link-hover;
+ color: $color-link-hover;
}
.current {
- color: $color-nav-current;
+ color: $color-nav-current;
pointer-events: none;
}
nav {
- display: flex;
- font: 400 1.5em $font-title;
- letter-spacing: -1.2px;
+ display: flex;
+ font: 400 1.5em $font-title;
+ letter-spacing: -1.2px;
- ul {
- display: inline-flex;
- width: 430px;
- height: 32px;
- padding: 50px 30px 0 0;
- flex-direction: row;
- justify-content: space-between;
- border-bottom: $border-nav;
- }
+ ul {
+ display: inline-flex;
+ width: 430px;
+ height: 32px;
+ padding: 50px 30px 0 0;
+ flex-direction: row;
+ justify-content: space-between;
+ border-bottom: $border-nav;
+ }
}
h1, h2, h3, h4, h5, h6 {
- margin: 0;
+ margin: 0;
color: $color-main-blue;
- font-family: $font-title;
+ font-family: $font-title;
font-weight: 500;
}
@@ -136,7 +136,7 @@ ul {
}
}
}
-
+
ul {
padding-left: 20px;
}
@@ -177,12 +177,12 @@ audio {
footer {
padding-top: 0.5em;
- border-top: $border-nav;
- text-align: center;
- font: 75% $body-font;
- p {
- margin: 0;
- }
+ border-top: $border-nav;
+ text-align: center;
+ font: 75% $body-font;
+ p {
+ margin: 0;
+ }
}
@media only screen and (max-width: 760px) {
@@ -192,20 +192,20 @@ footer {
footer p {
padding: 0;
}
- nav {
- margin-bottom: 5vh;
- ul {
- width: 100%;
- padding: 0;
- padding-top: 30px;
- position: relative;
- top: 5vh;
- }
- img {
- position: absolute;
- top: 0;
- }
- }
+ nav {
+ margin-bottom: 5vh;
+ ul {
+ width: 100%;
+ padding: 0;
+ padding-top: 30px;
+ position: relative;
+ top: 5vh;
+ }
+ img {
+ position: absolute;
+ top: 0;
+ }
+ }
.about {
flex-direction: column-reverse;
.about-sidebar {