Fix CRLF fuckery

pull/96/head
Pearu Vaalma 1 year ago
parent 675e19afb8
commit 8942dbc262
Signed by: pvx
GPG Key ID: 259BA0611AE97CEF
  1. 206
      _sass/home.scss

@ -1,103 +1,103 @@
.home { .home {
@media (max-width : 900px) { @media (max-width : 900px) {
h1 { h1 {
font-size : 3.6rem; font-size : 3.6rem;
} }
} }
.logo_container { .logo_container {
display : flex; display : flex;
flex-direction : row; flex-direction : row;
flex-wrap : wrap; flex-wrap : wrap;
align-items : center; align-items : center;
justify-content : center; justify-content : center;
text-align : center; text-align : center;
margin : 4rem 0; margin : 4rem 0;
#logo { #logo {
max-width : 60rem; max-width : 60rem;
width : 100%; width : 100%;
padding : 50px 90px; padding : 50px 90px;
} }
} }
.lg-icon-container { .lg-icon-container {
justify-content : flex-start; justify-content : flex-start;
align-content : flex-start; align-content : flex-start;
align-items : flex-start; align-items : flex-start;
margin : 0; margin : 0;
margin-top : 4rem; margin-top : 4rem;
display:flex; display:flex;
a { a {
flex-direction : row; flex-direction : row;
justify-content : center; justify-content : center;
align-items : center; align-items : center;
align-content : flex-start; align-content : flex-start;
text-align : left; text-align : left;
flex : 2; flex : 2;
.lg-icon { .lg-icon {
fill : #f0941d; fill : #f0941d;
width : 10rem; width : 10rem;
height : 10rem; height : 10rem;
flex : 1; flex : 1;
} }
.regularText { .regularText {
color: #1e1e1e; color: #1e1e1e;
} }
} }
@media (min-width : 40.0rem) { @media (min-width : 40.0rem) {
.column { .column {
flex-direction : column; flex-direction : column;
justify-content : flex-start; justify-content : flex-start;
align-items : center; align-items : center;
align-content : flex-start; align-content : flex-start;
text-align : center; text-align : center;
} }
} }
} }
.description { .description {
margin-top : 1em; margin-top : 1em;
} }
@media (min-width : 40.0rem) { @media (min-width : 40.0rem) {
.description { .description {
margin-top : 3em; margin-top : 3em;
} }
} }
.partners { .partners {
#partners-container { #partners-container {
display : flex; display : flex;
flex-wrap : wrap; flex-wrap : wrap;
justify-content : space-evenly; justify-content : space-evenly;
align-items : center; align-items : center;
a { a {
color : #1e1e1e; color : #1e1e1e;
img { img {
max-width : 300px; max-width : 300px;
max-height : 150px; max-height : 150px;
width : 100%; width : 100%;
height : auto; height : auto;
object-fit : scale-down; object-fit : scale-down;
margin : 1rem auto; margin : 1rem auto;
} }
h4 { h4 {
text-align : center; text-align : center;
} }
} }
} }
@media (max-width : 900px) { @media (max-width : 900px) {
#partners-container { #partners-container {
flex-direction : column flex-direction : column
} }
} }
} }
} }

Loading…
Cancel
Save