peryoudow/vendor/league/plates/docs/css/custom.scss

16 lines
190 B
SCSS
Raw Normal View History

2020-01-06 14:14:28 +01:00
---
---
.github {
position: absolute;
top: 0;
right: 0;
border: 0;
z-index: 1000;
}
@media screen and (max-width: 1065px) {
.github {
display: none;
}
}