Mobile tweaks

This commit is contained in:
Dan 2026-01-08 16:20:24 +00:00
parent 64751b9213
commit 7640d7512f
2 changed files with 12 additions and 2 deletions

View file

@ -67,6 +67,16 @@
0 0 20px rgba(0, 150, 255, 0.1),
inset 0 0 40px rgba(0, 100, 200, 0.05);
@include media-down(md) {
background: linear-gradient(
135deg,
rgba(0, 100, 180, 1) 0%,
rgb(0, 29, 55) 100%
);
z-index: 90;
}
&::before {
content: "";
position: absolute;