Update style.css

This commit is contained in:
Sam 2023-03-31 03:30:19 +03:00 committed by GitHub
parent e79eb94487
commit 1bc39a9d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,8 @@ button:hover{
.modal{
background: #fff;
border-radius: 5px;
padding: 30px 50px;
width:500px;
padding: 25px;
width: 300px;
max-width: 100%;
text-align: center;
}
@ -53,4 +53,4 @@ button:hover{
.modal p{
font-size: 14px;
opacity: .7;
}
}