commit 2ee90a260c01af48b79b7542935c731eb9683e23
parent 59b6dffcb0fb5de2166b34de4dfcd3c819d58ef7
Author: Jackson G. Kaindume <seestem@merely.tech>
Date: Sat, 20 Aug 2022 23:47:08 +0200
styling
Diffstat:
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/sections/about.rs b/src/sections/about.rs
@@ -23,7 +23,6 @@ impl Section for About {
r#".htoml_about{{
margin-top: 0;
padding: 2em;
- height: 200px;
color: {};
}}"#,
metadata.tertiary_color
@@ -42,8 +41,7 @@ impl Section for About {
css = format!(
r#".htoml_about{{
margin-top: 0;
- padding: 2em 2em 4em 2em;
- height: 200px;
+ padding: 2em;
color: {};
}}
diff --git a/src/sections/gallery.rs b/src/sections/gallery.rs
@@ -57,7 +57,6 @@ impl Section for Gallery {
"basic" => {
css = format!(
r#".htoml_gallery{{
- margin-top: 0;
padding: 2em;
height: 200px;
color: {};
@@ -76,7 +75,6 @@ impl Section for Gallery {
"frosh" => {
css = format!(
r#".htoml_gallery{{
- margin: 10em 0 10em;
padding: 2em;
color: {};
background-color: {};