adaugat niste chestii

Signed-off-by: Robert Nedela <robertnedela15@gmail.com>
This commit is contained in:
Robert Nedela
2026-03-24 17:23:03 +02:00
parent 73c4e2dfd7
commit 918bad1a47
5 changed files with 15 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

+6 -2
View File
@@ -14,9 +14,10 @@ header {
}
header #header-image {
height: 180px;
height: 250px;
background: url('./images/maestrul.jpg');
background-size: cover;
background-position: center top; /* or "center center" */
padding: 1rem 2rem;
text-align: right;
}
@@ -44,7 +45,10 @@ header #header-image h1 {
border-radius: 15px;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
font-weight: bold;
background-color: #610;
color: #ffffff !important;
border-radius: 15px;
}
main {