add tag line and favicons
This commit is contained in:
22
styles.css
22
styles.css
@@ -211,11 +211,25 @@ body {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.app-bar-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.app-bar h1 {
|
||||
font: var(--md-sys-typescale-headline-medium);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.app-bar .tagline {
|
||||
font-size: 0.8rem;
|
||||
font-style: italic;
|
||||
color: var(--md-sys-color-outline);
|
||||
margin: 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.app-bar .material-icons {
|
||||
font-size: 28px;
|
||||
color: var(--md-sys-color-primary);
|
||||
@@ -557,6 +571,10 @@ body {
|
||||
.app-bar h1 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.app-bar .tagline {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
@@ -568,6 +586,10 @@ body {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.app-bar .tagline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
padding: 16px;
|
||||
gap: 16px;
|
||||
|
||||
Reference in New Issue
Block a user