summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 24340e7..480ace0 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -148,11 +148,22 @@ button:hover {
color: var(--text);
}
-.page-heading,
+.page-heading {
+ padding: 48px 0 26px;
+}
+
.form-heading {
+ display: flex;
+ align-items: flex-end;
+ justify-content: space-between;
padding: 48px 0 26px;
}
+.form-heading .star-button {
+ font-size: 1.6rem;
+ width: 1.4em;
+}
+
.page-heading-row,
.stats-panel-header {
display: flex;