mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-21 09:07:33 +00:00
fix: spacing
This commit is contained in:
parent
12329cb4a8
commit
08284c78ce
@ -38,7 +38,9 @@ body {
|
||||
}
|
||||
|
||||
.main {
|
||||
padding: 1rem;
|
||||
margin: 1rem;
|
||||
@include px(1rem);
|
||||
|
||||
@include screen(sm) {
|
||||
@include px(2rem);
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
.post-header {
|
||||
width: 100%;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 1rem;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
&__heading {
|
||||
@include my(0.5rem);
|
||||
@ -109,6 +109,7 @@
|
||||
position: absolute;
|
||||
bottom: 1rem;
|
||||
box-shadow: 0px 0px 4px 1px var(--accent-color);
|
||||
z-index: 120;
|
||||
@include transition;
|
||||
|
||||
@include screen(md) {
|
||||
|
@ -31,6 +31,7 @@
|
||||
position: absolute;
|
||||
bottom: 2rem;
|
||||
box-shadow: 0px 0px 4px 1px var(--accent-color);
|
||||
z-index: 120;
|
||||
@include transition;
|
||||
|
||||
@include screen(md) {
|
||||
|
Loading…
Reference in New Issue
Block a user