added new style and fixed send token

This commit is contained in:
2025-12-08 18:02:33 -06:00
parent 106784c4dd
commit f710f4df96
8 changed files with 133 additions and 76 deletions
+1 -39
View File
@@ -25,47 +25,13 @@ body {
min-height: 100dvh;
width: 100vw;
overflow: hidden;
background-color: #f9f9f9;
}
main {
position: relative;
}
header {
display: grid;
grid-template-columns: auto 1fr;
padding: 0 20px;
position: relative;
z-index: 1;
height: 90px;
align-items: end;
}
header::after {
content: "";
top: 0;
left: -45px;
position: absolute;
background-color: #003e79;
height: 100%;
min-width: 350px;
transform: skew(45deg);
z-index: 2;
}
header::before {
content: "";
top: 0;
left: -25px;
position: absolute;
background-color: rgb(1, 92, 184);
height: 100%;
width: 10%;
min-width: 350px;
transform: skew(45deg);
z-index: 2;
}
footer {
position: relative;
display: flex;
@@ -90,7 +56,6 @@ footer p {
justify-items: center;
height: 100%;
width: 100%;
background-color: #f9f9f9;
}
@keyframes fadeInUp {
@@ -571,9 +536,6 @@ table td:last-child {
}
@media (max-width: 800px) {
header {
padding: 6px 16px;
}
.container {
display: flex;