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;
|
||||
z-index: 10;
|
||||
|
||||
@include media-down(md) {
|
||||
padding: 0;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
// Subtle tech panel grid pattern
|
||||
&::before {
|
||||
content: "";
|
||||
|
|
@ -767,6 +772,12 @@
|
|||
//box-shadow: 0 0 10px rgba(255, 120, 0, 0.8);
|
||||
}
|
||||
|
||||
@include media-down(md) {
|
||||
&::before, &::after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-up(md) {
|
||||
font-size: 3rem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue