Feature/update lapikud information completed (#144)

* Added proper "join lapikud" link

* Updated team activities information

* Added more information about Lap teams

* More info updates

* Changed information about lapikud

* Updated main page and student page text

* Fixed wording
This commit is contained in:
Kerdo Käärma
2025-09-01 23:47:16 +03:00
committed by GitHub
parent 3dc2de2bc8
commit 727a86d662
3 changed files with 309 additions and 189 deletions

View File

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