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