Skip to content

Commit

Permalink
more mobile perk styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Dec 19, 2023
1 parent f9df0d6 commit 23dd07a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

#sections {
margin: 5%;
margin: 0%;
margin-top: 1%;
max-width: unset;
}
Expand All @@ -30,6 +30,14 @@
overflow-y: scroll;
}

.section-view-box {
width: 95%;
}

#sections .section-view-box {
margin-bottom: 10px;
}

#galaxy {
margin-top: 100px;
}
Expand Down
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ summary::-webkit-details-marker {
position: relative;
}

.section-view-box{
.section-view-box {
display: block;
border: 1px solid gray;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion starfield-eye.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starfield-eye.js.map

Large diffs are not rendered by default.

0 comments on commit 23dd07a

Please sign in to comment.