diff --git a/static/css/styles.css b/static/css/styles.css index bfbd269..d31d5a0 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -232,6 +232,9 @@ section.register>h1 { line-height: 20px; margin-bottom: 10px; } +.first-column>div:first-child{ + margin-bottom: 40px; +} footer>div { max-width: 1280px; @@ -279,19 +282,16 @@ footer>div { .second-footer>div { - display: flex; max-width: 1280px; margin: auto; height: 60px; - align-items: center; - justify-content: space-between; width: 100%; + padding-top: 20px; } .second-footer>div>div:last-child { - display: flex; - width: clamp(400px, 55%, 60%); - justify-content: space-between; + width: 62%; + float: right; } .second-footer { @@ -302,6 +302,18 @@ footer>div { margin-top: -15px; } +.sf_first-column{ + width: 27%; + float: left; +} +.sf_second-column{ + display: inline-block; +} +.sf_third-column{ + width: 33%; + float: right; +} + .second-column>div:first-child { color: #FFF; /* Heading 4 */ @@ -471,6 +483,8 @@ header>div:last-child>div:nth-child(2)>.svg { font-style: normal; font-weight: 400; line-height: 22px; + width: 30%; + float: left; } .first-column>div:nth-child(2)>div:last-child>input:focus-visible { diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index b2ddd8a..a9b5c3b 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -58,11 +58,13 @@