18 lines
250 B
CSS
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;
|
|
}
|
|
}
|