Skip to content

Commit

Permalink
Publish 2024-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Jul 1, 2024
1 parent 7337cec commit fd8979c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,20 @@ nav a:hover {
transform: translateY(3.5rem);
}

@media screen and (min-width: 74rem) {
@media screen and (min-width: 75rem) {
.page-grid-body {
column-gap: 2rem;
grid:
"left header side" auto
"left inside side" auto
"left content side" auto
"left footer side" auto
/ 16rem auto 16rem;
max-width: 74rem;
max-width: 75rem;
}

.page-grid-side {
right: calc(50% - 37rem);
right: calc(50% - 37.5rem);
}

.page-grid-left {
Expand Down
2 changes: 1 addition & 1 deletion styles/page-grid.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.page-grid-body {
display: grid;
gap: 0 1rem;
gap: 0 2rem;
grid:
"header side" auto
"inside side" auto
Expand Down

0 comments on commit fd8979c

Please sign in to comment.