mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
modify basic css config
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
html {
|
||||
font-family: $global-font-family;
|
||||
font-weight: $global-font-weight;
|
||||
font-size: $global-font-size;
|
||||
line-height: $global-line-height;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@@ -12,4 +10,5 @@ body {
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
line-height: 1.5;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
.image {
|
||||
width: 40vmin;
|
||||
width: 50vmin;
|
||||
position: absolute;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
@@ -6,4 +6,6 @@
|
||||
|
||||
@import "_core/media";
|
||||
|
||||
@import "_partial/image";
|
||||
@import "_partial/image";
|
||||
|
||||
@import "_partial/footer";
|
||||
Reference in New Issue
Block a user