Skip to content

Commit

Permalink
widen horizontal space a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Apr 12, 2023
1 parent 3108e28 commit 1045e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ sup {
position: absolute;
top: 0.5rem;
left: 1.5rem;
width: 14rem;
width: 13.75rem;
padding: 0;
border: none;
display: block;
Expand Down Expand Up @@ -621,8 +621,8 @@ sup {

/* CONTENT */
#main-content {
margin: 0 1.5rem 0 18rem;
padding: 0.875rem;
margin: 0 1.5rem 0 17rem;
padding: 0.75rem;
position: relative;
}

Expand Down

0 comments on commit 1045e05

Please sign in to comment.