mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
Matthias Kretschmann
ef42f24ab5
* add throughout UI as token logo * add all favicon files, social image
34 lines
480 B
CSS
34 lines
480 B
CSS
.header {
|
|
max-width: var(--max-width);
|
|
margin: auto;
|
|
margin-top: 5vh;
|
|
}
|
|
|
|
.title,
|
|
.description {
|
|
color: rgb(var(--foreground-rgb-highlight));
|
|
}
|
|
|
|
.title {
|
|
font-size: clamp(1.5rem, 10vw, 2.75rem);
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.description {
|
|
font-size: clamp(1.1rem, 5vw, 1.75rem);
|
|
color: var(--text-light);
|
|
}
|
|
|
|
@media (min-width: 22rem) {
|
|
.description {
|
|
padding-left: 3.75rem;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
height: 0.8em;
|
|
width: auto;
|
|
margin-right: 0.5rem;
|
|
}
|