adding new icons and new style of header

This commit is contained in:
2026-04-21 17:37:22 -05:00
parent f7297a2f64
commit f5a4f66715
10 changed files with 179 additions and 93 deletions
@@ -1,7 +1,7 @@
.link {
display: flex;
align-items: center;
margin: 10px 5px;
margin: 5px 0px;
}
.logo {
@@ -42,7 +42,7 @@
left: -20px;
width: 100%;
height: 30px;
background: linear-gradient(to right, #bd8c01 40%, #fff 100%);
background: linear-gradient(to right, #015cb8 40%, #fff 100%);
transform: skew(-45deg);
z-index: 0;
}
@@ -128,7 +128,7 @@
@media (max-width: 800px) {
.yellowPart {
left: 0;
background: #bd8c01;
background: #015cb8;
transform: skew(0deg);
}