Skip to content

Commit

Permalink
Update desktop.css
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyFenceCode authored Dec 6, 2023
1 parent 9492195 commit e8a0f8f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@
margin-top: 7vh;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 2fr 0.1fr 2fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"."
"desktopline1"
"."
"desktopline2"
".";
"desktopline2";
}

.desktoptitleline1 { grid-area: desktopline1; }
Expand Down

0 comments on commit e8a0f8f

Please sign in to comment.