mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Use fixed width for big screens
This commit is contained in:
@@ -170,12 +170,6 @@ button {
|
||||
|
||||
@media only screen and (min-width: 1440px) {
|
||||
main {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1920px) {
|
||||
main {
|
||||
width: 55%;
|
||||
width: 1368px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -419,12 +419,6 @@ hr {
|
||||
|
||||
@media only screen and (min-width: 1440px) {
|
||||
header {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1920px) {
|
||||
header {
|
||||
width: 55%;
|
||||
width: 1368px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user