first bro
This commit is contained in:
@@ -80,20 +80,28 @@ body {
|
||||
|
||||
.navbar-logo-name {
|
||||
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
||||
font-size: 15px;
|
||||
font-weight: 800;
|
||||
font-size: 1.125rem; /* text-lg = 18px */
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
line-height: 1;
|
||||
letter-spacing: 0.5px;
|
||||
letter-spacing: 0.1em; /* tracking-widest */
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.navbar-logo-sub {
|
||||
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
|
||||
font-size: 9px;
|
||||
font-weight: 600;
|
||||
color: rgba(255,255,255,0.55);
|
||||
letter-spacing: 1px;
|
||||
margin-top: 2px;
|
||||
font-size: 10px; /* text-[10px] */
|
||||
font-weight: 400;
|
||||
color: rgba(226, 232, 240, 0.9); /* text-slate-200 opacity-90 */
|
||||
letter-spacing: 0.15em; /* tracking-[0.15em] */
|
||||
margin-top: 0.125rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.navbar-logo-name { font-size: 1.5rem; } /* lg:text-2xl = 24px */
|
||||
.navbar-logo-sub { font-size: 0.875rem; letter-spacing: 0.3em; } /* lg:text-sm, lg:tracking-[0.3em] */
|
||||
}
|
||||
|
||||
/* "SATU UNTAN" text */
|
||||
@@ -179,10 +187,14 @@ body {
|
||||
.navbar-main {
|
||||
background: var(--color-secondary);
|
||||
height: 48px;
|
||||
display: flex;
|
||||
display: none;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.navbar-main { display: flex; }
|
||||
}
|
||||
|
||||
/* Nav links — teks gelap di atas latar kuning */
|
||||
.nav-link {
|
||||
position: relative;
|
||||
@@ -1270,6 +1282,10 @@ body {
|
||||
}
|
||||
|
||||
/* ===== FOOTER ===== */
|
||||
footer {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
background: var(--color-primary);
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user