vytal-redux/src/components/GitHub.css
2022-05-13 13:07:57 -04:00

18 lines
250 B
CSS

.gitHubButton {
position: absolute;
top: 10px;
right: 10px;
}
@media screen and (max-width: 900px) {
.gitHubButton {
position: absolute;
}
}
@media screen and (max-width: 575px) {
.gitHubButton {
top: 8px;
right: 8px;
}
}