Register form - odpravljena težava z uvoženim fontom, footer col1 flex-column

This commit is contained in:
Nejc Kovač 2022-06-21 13:39:04 +02:00
parent 55224149ad
commit 1adcbc9eb6

View File

@ -4,6 +4,7 @@
*/ */
/* BARVE */ /* BARVE */
/* FONTI */ /* 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"); @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700&subset=latin-ext");
.thin { .thin {
font-weight: 300; font-weight: 300;
@ -893,13 +894,14 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
/*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map */
/* -------------------------------------------------------------------------------------- */
/* /*
Author : Nejc Kovač Author : Nejc Kovač
Urejanje landing page 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 { body.landing_page #main {
background-image: none; background-image: none;
@ -1035,3 +1037,9 @@ body.landing_page #main .landing_page_window .register_window .lostpass {
font-size: 16px; font-size: 16px;
line-height: 20px; line-height: 20px;
} }
footer .footer_content .col1-flex{
display: flex;
flex-direction: column;
}