Add a (simple) logo
This commit is contained in:
@@ -84,6 +84,15 @@ body::selection {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
display: block;
|
||||
width: min(260px, 70vw);
|
||||
height: 58px;
|
||||
margin-bottom: 12px;
|
||||
object-fit: contain;
|
||||
object-position: left center;
|
||||
}
|
||||
|
||||
.site-header p {
|
||||
max-width: 34rem;
|
||||
margin: 14px 0 0;
|
||||
@@ -529,6 +538,11 @@ button:disabled {
|
||||
font-size: 2.35rem;
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
width: min(220px, 68vw);
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.header-row {
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user