Skip to content

Commit

Permalink
center hash theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed May 16, 2024
1 parent 3836a4c commit 0fba16c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/themes/hash.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ r4-page-main section h2 {
position: sticky;
top: 0;
z-index: 1;
align-self: flex-start;
align-self: center;
background-color: var(--c-bg);
}

Expand Down Expand Up @@ -113,6 +113,10 @@ r4-app textarea {
r4-page-header h1 {
margin-bottom: 0;
}
r4-app-menu {
display: flex;
justify-content: center;
}
r4-list {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 0fba16c

Please sign in to comment.