Added admin layout

This commit is contained in:
2026-06-21 16:42:37 +02:00
parent a8205a4f96
commit a012c16425
8 changed files with 469 additions and 8 deletions
+4 -4
View File
@@ -57,8 +57,8 @@ h1, h2, h3, h4, h5, h6 {
.header .user-info {
position: relative;
right: calc(-100% + 190px);
width: 195px;
right: calc(-100% + 250px);
width: 240px;
overflow: hidden;
border-radius: 50px 0 0 50px;
text-align: right;
@@ -108,11 +108,11 @@ h1, h2, h3, h4, h5, h6 {
display: flex;
align-items: center;
justify-content: center;
height: 180px;
}
.logo img {
width: 135px !important;
height: 70px !important;
width: 100% !important;
}
.footer {
Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB