Mobile pass

This commit is contained in:
2024-07-20 11:46:10 +02:00
parent 9b7aa500fa
commit cd42baaebf
20 changed files with 342 additions and 8 deletions

View File

@@ -58,7 +58,7 @@
font-size: 40px;
}
.follow-sub-line-tile {
.follow-sub-line-title {
grid-column: 2;
font-weight: 700;
font-size: 40px;
@@ -87,4 +87,13 @@
grid-template-columns: repeat(3, 1fr);
margin: 25px 0px;
}
.follow-sub-line-title {
grid-column: 2 / 3;
}
.follow-sub-line-text {
grid-column: 1 / 4;
grid-row: 2;
}
}