more mobile tweaks
This commit is contained in:
parent
7640d7512f
commit
b9cf2c8eed
1 changed files with 11 additions and 0 deletions
|
|
@ -627,6 +627,11 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
|
@include media-down(md) {
|
||||||
|
padding: 0;
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
// Subtle tech panel grid pattern
|
// Subtle tech panel grid pattern
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
@ -767,6 +772,12 @@
|
||||||
//box-shadow: 0 0 10px rgba(255, 120, 0, 0.8);
|
//box-shadow: 0 0 10px rgba(255, 120, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-down(md) {
|
||||||
|
&::before, &::after {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@include media-up(md) {
|
@include media-up(md) {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue