mirror of
https://github.com/wassname/template.git
synced 2026-07-08 13:04:52 +08:00
Minor layout tweaks
This commit is contained in:
@@ -112,6 +112,7 @@ const T = Template('d-byline', `
|
||||
|
||||
.byline {
|
||||
display: flex;
|
||||
min-height: 40px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -21,6 +21,10 @@ const T = Template('d-title', `
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
::slotted(h2) {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px), print {
|
||||
::slotted(h1) {
|
||||
font-size: 42px;
|
||||
|
||||
Reference in New Issue
Block a user