1
0
This commit is contained in:
syui 2024-03-19 21:01:16 +09:00
parent 6ac392ee77
commit 4f6d2177ae
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 47 additions and 19 deletions

27
dist/css/style.css vendored
View File

@ -34,3 +34,30 @@ a:hover{
/* color: #fff700; */
color: #847e00;
}
footer {
border-top:solid 1px #ccc;
padding: 20px 0 20px 0;
font-size:20px;
text-align: center;
}
@media screen and (max-width:1000px) {
div#canvas {
height: 1280px;
}
div#menu {
align-content: center;
text-align: center;
padding: 50px;
font-size: 40px;
border-bottom:solid 1px #ccc;
}
button {
padding: 0 50px 0 50px;
}
footer {
font-size: 40px;
}
}

1
dist/index.html vendored
View File

@ -19,5 +19,6 @@
-->
</div>
<div id="canvas"></div>
<footer>© syui</footer>
</body>
</html>

2
dist/vrma vendored

@ -1 +1 @@
Subproject commit b1d912c7ee20b7050cf00a63819561cadbd84434
Subproject commit 40f2a09a83d30a08b28290ce23d42a763db57270