Turn front page call to action icons into links

This commit is contained in:
Holger
2019-09-29 00:02:13 +03:00
parent 4072abad5f
commit 59513f36b0
2 changed files with 44 additions and 33 deletions

View File

@@ -28,13 +28,15 @@
align-items : flex-start;
margin : 0;
margin-top : 4rem;
.column {
display : flex;
display:flex;
a {
flex-direction : row;
justify-content : center;
align-items : center;
align-content : flex-start;
text-align : left;
flex : 2;
.lg-icon {
fill : #f0941d;
@@ -43,10 +45,11 @@
flex : 1;
}
div {
flex : 2;
.regularText {
color: #1e1e1e;
}
}
@media (min-width : 40.0rem) {
.column {
flex-direction : column;