commit 9cd976ce49f2143068bb24a01167f3ba15db9c9e parent 86d633fd04bc65d49501b8eaa9ba6d9d3164407d Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 28 Jun 2020 01:13:01 +0200 Adjust footer column sizes Diffstat:
M | _sass/minima/_custom-styles.scss | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/_sass/minima/_custom-styles.scss b/_sass/minima/_custom-styles.scss @@ -25,6 +25,20 @@ } } } +.footer-col-1 { + width: calc(100% - (#{$spacing-unit} / 2)); +} +@media screen and (min-width: $on-large){ + .footer-col-1 { + width: calc(35% - (#{$spacing-unit} / 2)); + } + .footer-col-2 { + width: calc(0% - (#{$spacing-unit} / 2)); + } + .footer-col-3 { + width: calc(65% - (#{$spacing-unit} / 2)); + } +} /** * publications */