Students view, landing page

* added content and images to students view
* updated landing page content
This commit is contained in:
Herman Õunapuu
2018-08-26 23:34:25 +03:00
parent e3a5cd0867
commit ef066671fa
7 changed files with 62 additions and 59 deletions

View File

@@ -1,27 +1,35 @@
.activities-info {
display : flex;flex-direction: row;
margin: 3rem auto;
display : flex;
flex-direction : row;
margin : 3rem auto;
.desc {
flex: 1;
flex : 1;
padding-right : 3rem;
h2 {
}
}
.promo-image {
flex: 1;
display : flex;
align-items : center;
flex : 1;
img {
display : block;
width: 100%;
height: auto;
width : 100%;
height : auto;
}
}
}
@media (max-width : 900px) {
.activities-info {
flex-direction: column;
flex-direction : column;
.desc {
padding : 0;
h1 {
font-size : 3.6rem
}
}
}
}