aboutsummaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-11-24 17:05:45 +0900
committerA Farzat <a@farzat.xyz>2024-11-24 17:05:45 +0900
commitbb64db756c0df21d73c036ece2cd0e04a30a4513 (patch)
treecd424364a9c926bb3e00128a95947711483a772a /sass/style.scss
parentdca9703153b3b6fbaaa2ea465aaeb6a01248a0dc (diff)
downloadfarzat.xyz-deploy.tar.gz
farzat.xyz-deploy.zip
Add a few buttonsHEADtestingdeploy
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/style.scss b/sass/style.scss
index fb6a659..a74be39 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -1,4 +1,5 @@
@import "variables";
+@import "Components/buttons";
@import "footer";
@import "header";
@import "main";
@@ -30,4 +31,5 @@ body {
padding: 0;
margin: 0;
position: relative;
+ min-height: 100vh;
}