Update style.css

This commit is contained in:
Sam 2023-05-17 08:50:34 +03:00 committed by GitHub
parent f8ac02ba7e
commit 55efbc75dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,12 +196,15 @@ section .navigation li a:hover{
background: #111;
color: #fff;
letter-spacing: 10px;
text-transform: lowercase;
text-transform: none;
}
@media (max-width:991px){
header{
padding: 20px;
}
header .logo{
font-size:3vh
}
section .sci{
bottom: 20px;
right: 20px;
@ -210,10 +213,10 @@ section .navigation li a:hover{
width: 60%;
}
section .content h2{
font-size: 16vh;
font-size: 11vh;
}
section .content h2 span{
font-size: .22em;
font-size: .12em;
letter-spacing: 2px;
padding: 0 5px;
}