Skip to content

Commit

Permalink
Fix positioning of some text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Dec 7, 2024
1 parent a5f5e0b commit 1e27950
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/components/archive-list/ArchiveListPage.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
@import (reference) '../colours.less';

.page-archive-list {
text-align: center;

p {
margin: 64px 32px;
}

ul.archives {
margin: 64px 16px 128px;
list-style: none;
text-align: center;

li a {
display: inline-block;
Expand All @@ -27,6 +32,5 @@

.extra-links {
margin: 64px 0;
text-align: center;
}
}
5 changes: 5 additions & 0 deletions frontend/src/components/login/LoginCallback.less
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.page-login-callback {
text-align: center;

p {
margin: 64px 32px;
}
}

0 comments on commit 1e27950

Please sign in to comment.