Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Sep 25, 2024
1 parent e2ab965 commit 9d14138
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions public/assets/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,26 @@ select:hover {
/* End Custom */

/* Mobile % Tablet Screen */
@media (max-width:884px) {
@media (max-width:1480px) {

.container {
grid-template-columns: 1fr;
grid-template-rows: 100px auto auto auto;
height: 100vh;
width: 100%;
margin: 0 auto;
padding: 25px;
padding: 20px;
}
header,
main,
aside,
footer {
grid-column-start: span 4;
grid-column-start: span 1;
}

article img{
width: 50%;
height: 100%;

}
}
12 changes: 9 additions & 3 deletions static/assets/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,26 @@ select:hover {
/* End Custom */

/* Mobile % Tablet Screen */
@media (max-width:884px) {
@media (max-width:1480px) {

.container {
grid-template-columns: 1fr;
grid-template-rows: 100px auto auto auto;
height: 100vh;
width: 100%;
margin: 0 auto;
padding: 25px;
padding: 20px;
}
header,
main,
aside,
footer {
grid-column-start: span 4;
grid-column-start: span 1;
}

article img{
width: 50%;
height: 100%;

}
}

0 comments on commit 9d14138

Please sign in to comment.