Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 23, 2023
1 parent 30b9948 commit 36571ec
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ hr {
}

.content {
margin-left: 2rem;
margin-right: 2rem;
margin-left: 0.5rem;
margin-right: 0.5rem;
margin-top: 1rem;
}

Expand Down Expand Up @@ -214,7 +214,7 @@ hr {
}

.collapsible-body {
margin-left: 1.5rem;
margin-left: 0.25rem;
}

.backbutton {
Expand All @@ -235,10 +235,6 @@ hr {
padding: 0.25rem;
}

.key {
width: 12rem;
}

.hint {
background: lightgray;
}
Expand Down Expand Up @@ -373,18 +369,22 @@ hr {
min-width: 30px;
}

.key {
width: max-content;
}

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

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

.xgeneric {
margin-left: 3rem;
margin-left: 1rem;
}

.category-name {
Expand Down Expand Up @@ -447,6 +447,12 @@ hr {
}

@media screen and (min-width: 700px) {
.content {
margin-left: 2rem;
margin-right: 2rem;
margin-top: 1rem;
}

.header {
flex-direction: row;
margin-bottom: 1rem;
Expand Down Expand Up @@ -484,4 +490,7 @@ hr {
margin-bottom: 1rem;
margin-top: 0.6rem;
}
.key {
width: 12rem;
}
}

0 comments on commit 36571ec

Please sign in to comment.