mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
Restore page header styles and layout
Restored the page header styles with background and layout properties.
This commit is contained in:
@@ -37,6 +37,12 @@
|
|||||||
margin: 0
|
margin: 0
|
||||||
color: var(--white)
|
color: var(--white)
|
||||||
font-size: 1.85em
|
font-size: 1.85em
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 3;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
+minWidth768()
|
+minWidth768()
|
||||||
font-size: 2.85em
|
font-size: 2.85em
|
||||||
@@ -460,4 +466,5 @@
|
|||||||
|
|
||||||
& > :first-child
|
& > :first-child
|
||||||
opacity: 0
|
opacity: 0
|
||||||
|
|
||||||
transform: translateY(10px)
|
transform: translateY(10px)
|
||||||
Reference in New Issue
Block a user