style
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
.navbar-content {
|
||||
padding: 0 var(--page-horizontal-padding);
|
||||
margin-left: 16px;
|
||||
margin-left: 25px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@@ -39,18 +39,18 @@
|
||||
.navbar-brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0px;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.brand-text {
|
||||
font-size: 50px;
|
||||
font-size: 45px;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.brand-logo {
|
||||
height: 65px;
|
||||
height: 47px;
|
||||
width: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user