Mobile tweaks
This commit is contained in:
parent
64751b9213
commit
7640d7512f
2 changed files with 12 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue