Update style.css
This commit is contained in:
parent
68bace0876
commit
1b7c4a776f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user