Skip to content

Commit

Permalink
smaller changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 23, 2023
1 parent c1f73ca commit 30b9948
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,17 @@ hr {
display: inline-block;
min-width: 30px;
}

.branch {
margin-left: 3rem;
margin-left: 0.75rem;
margin-bottom: 1rem;
margin-top: 0.6rem;
}

.is-small {
font-size: small;
}

.xgeneric {
margin-left: 3rem;
}
Expand Down Expand Up @@ -470,4 +476,12 @@ hr {
.revisionhistory {
width: 50vw;
}
.collapsible-body {
margin-left: 1.5rem;
}
.branch {
margin-left: 1.5rem;
margin-bottom: 1rem;
margin-top: 0.6rem;
}
}

0 comments on commit 30b9948

Please sign in to comment.