mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-28 07:34:20 +00:00
* 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
28 lines
323 B
SCSS
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;
|
|
}
|
|
}
|