summaryrefslogtreecommitdiff
path: root/frontend/app/views/page/page.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-20 22:14:21 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-20 22:14:21 +0100
commit19cf3a296741b92548849b1f40e0d3cc517f2fcc (patch)
treea6987f9a679b19c96bdef018c64dcabfbbe48faf /frontend/app/views/page/page.css
parent50d5c3c2f10725af8ebb6db47c209f7000abc8f4 (diff)
dimensions based on video
Diffstat (limited to 'frontend/app/views/page/page.css')
-rw-r--r--frontend/app/views/page/page.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/app/views/page/page.css b/frontend/app/views/page/page.css
index 2014289..2998007 100644
--- a/frontend/app/views/page/page.css
+++ b/frontend/app/views/page/page.css
@@ -117,6 +117,9 @@
.box .row.pair {
justify-content: space-between;
}
+.box .row.single {
+ justify-content: space-between;
+}
.box .pair label:last-child {
margin-right: 0;
}