diff --git a/lektor/lektordata/project/assets/static/style.css b/lektor/lektordata/project/assets/static/style.css index 6256ea7..03077c1 100644 --- a/lektor/lektordata/project/assets/static/style.css +++ b/lektor/lektordata/project/assets/static/style.css @@ -290,6 +290,16 @@ div.left_footer, div.middle_footer, div.right_footer { padding: 28px; } +div.left_footer, div.right_footer{ + width: 40vw; +} + +div.middle_footer,{ + width: 20vw; +} +div.right_footer{ + justify-content: right; +}