Rebranding app and naming
This commit is contained in:
@@ -20,16 +20,26 @@
|
||||
|
||||
.home-logo-wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.home-logo {
|
||||
width: min(16rem, 70vw);
|
||||
width: min(10rem, 50vw);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.home-brand-name {
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
color: var(--primary);
|
||||
letter-spacing: -0.02em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@media (max-height: 700px) {
|
||||
.home-logo {
|
||||
width: min(12rem, 60vw);
|
||||
|
||||
Reference in New Issue
Block a user