diff options
author | crupest <crupest@outlook.com> | 2021-01-01 00:34:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-01 00:34:10 +0800 |
commit | 9841031689d6a66a5949d43803faeb251fe471eb (patch) | |
tree | 9961844d68e34d4340c617d5729e61202741eda6 /FrontEnd/src/app/views/home/home.sass | |
parent | 0a84c4c86e27e61af4a437f3c173adb220d9f62a (diff) | |
download | timeline-9841031689d6a66a5949d43803faeb251fe471eb.tar.gz timeline-9841031689d6a66a5949d43803faeb251fe471eb.tar.bz2 timeline-9841031689d6a66a5949d43803faeb251fe471eb.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/home/home.sass')
-rw-r--r-- | FrontEnd/src/app/views/home/home.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/home.sass b/FrontEnd/src/app/views/home/home.sass index 7694b50c..644eb550 100644 --- a/FrontEnd/src/app/views/home/home.sass +++ b/FrontEnd/src/app/views/home/home.sass @@ -14,7 +14,7 @@ .timeline-board-item
font-size: 1.1em
@extend .px-3
- @extend .py-2
+ height: 48px
transition: background 0.3s
display: flex
align-items: center
|