Update style.css

This commit is contained in:
Sam 2023-04-05 16:40:56 +03:00 committed by GitHub
parent 68bace0876
commit 1b7c4a776f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@
justify-content: space-between;
align-items: center;
position: relative;
margin-top: 20px;
margin-top: 50px;
}
@media(max-width:767px){
.header{
@ -148,6 +148,11 @@
font-size: 5rem;
color: #333;
}
@media(max-width:767px){
.content h1{
font-size: 3rem;
}
}
.content p{
margin: 10px 0 30px;
color: #333;