add tag line and favicons

This commit is contained in:
2026-03-22 23:15:33 +05:00
parent 9ee30cbbf3
commit 088d6a5458
3 changed files with 29 additions and 1 deletions

View File

@@ -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;