modified styles

This commit is contained in:
2025-10-23 16:32:26 -06:00
parent fbdc268e99
commit 198568920f
3 changed files with 6 additions and 17 deletions
+3 -4
View File
@@ -1,6 +1,5 @@
.logo {
position: relative;
filter: invert(1);
z-index: 3;
margin: 5px;
}
@@ -37,7 +36,7 @@
background-color: #fff;
display: grid;
grid-template-columns: auto 1fr;
padding: 0 40px;
padding: 0 10px;
position: relative;
z-index: 1;
height: 90px;
@@ -50,7 +49,7 @@
position: absolute;
background-color: #003e79;
height: 100%;
min-width: 300px;
min-width: 400px;
transform: skew(45deg);
z-index: 2;
}
@@ -63,7 +62,7 @@
background-color: rgb(1, 92, 184);
height: 100%;
width: 10%;
min-width: 300px;
min-width: 400px;
transform: skew(45deg);
z-index: 2;
}