mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Students view, landing page
* added content and images to students view * updated landing page content
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user