16 lines
No EOL
190 B
SCSS
16 lines
No EOL
190 B
SCSS
---
|
|
---
|
|
|
|
.github {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
border: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
@media screen and (max-width: 1065px) {
|
|
.github {
|
|
display: none;
|
|
}
|
|
} |