diff options
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/main.scss | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index 1dc0093..a1008f1 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -413,7 +413,7 @@ footer { } &-year { position: sticky; - top: 25%; + top: 6em; padding: 0.2em 0.3em; border-radius: 1em; float: right; @@ -473,19 +473,11 @@ footer { &-sidebar { padding: 0; } - // &-list { - // &-item { - // &-mask { - // width: 120px; - // height: 120px; - // } - // &-img { - // width: 120px; - // height: 120px; - // } - // } - - // } + &-release { + &-year { + top: 8em; + } + } } } |
