mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Media queries improvements
This commit is contained in:
@@ -33,7 +33,7 @@ footer #copyright {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
@media only screen and (max-width: 1024px) {
|
||||
footer {
|
||||
padding: 3rem 5rem;
|
||||
|
||||
|
||||
@@ -89,8 +89,9 @@ header #nav-toggler {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
@media only screen and (max-width: 1024px) {
|
||||
header, nav {
|
||||
margin: 1.5rem auto;
|
||||
padding: 0.938rem 1.25rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user