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