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