Files
lapikud.github.io/_sass/student.scss
Herman Õunapuu 20bb489819 Data binding and style fixes
* added portfolio, mentors and management YAML files to be used in templating
* fixed issue with landing page not working properly in mobile view
* removed annoying page style that was applied to everything
* improved text sizes in various views
* reworked mentors view styles
* rearranged landing page vector graphics to match their meaning more
* code style improvements
2018-08-22 03:56:10 +03:00

28 lines
323 B
SCSS

.activities-info {
display : flex;flex-direction: row;
margin: 3rem auto;
.desc {
flex: 1;
h2 {
}
}
.promo-image {
flex: 1;
img {
display : block;
width: 100%;
height: auto;
}
}
}
@media (max-width : 900px) {
.activities-info {
flex-direction: column;
}
}