1
0
This commit is contained in:
syui 2024-03-19 21:40:29 +09:00
parent 5ca23af90d
commit b758a96da2
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

5
dist/css/style.css vendored
View File

@ -28,6 +28,7 @@ button {
a {
text-decoration: none;
color: #000;
}
a:hover{
@ -42,8 +43,8 @@ footer {
text-align: center;
}
@media screen and (max-width:1000px) {
footer {
@media screen and (max-width:700px) {
footer {
font-size: 30px;
}
}