mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-26 15:34:33 +02:00
👍 fork meをfixedに変更
This commit is contained in:
@@ -45,9 +45,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.github-link {
|
.github-link {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
z-index: 999;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
@@ -61,6 +62,7 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
|
||||||
/* prettier-ignore */
|
/* prettier-ignore */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
|
Reference in New Issue
Block a user