diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index a954af9c4..37a6ecdd0 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -4,6 +4,7 @@ */ /* BARVE */ /* FONTI */ +@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700&subset=latin-ext"); .thin { font-weight: 300; @@ -893,13 +894,14 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle { /*# sourceMappingURL=style.css.map */ +/* -------------------------------------------------------------------------------------- */ /* Author : Nejc Kovač Urejanje landing page */ -@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); +/* @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); */ body.landing_page #main { background-image: none; @@ -1034,4 +1036,10 @@ body.landing_page #main .landing_page_window .register_window .lostpass { font-weight: 400; font-size: 16px; line-height: 20px; -} \ No newline at end of file +} + +footer .footer_content .col1-flex{ + display: flex; + flex-direction: column; +} +