New mobile header

Add job pages
More news button on home page links to news page
Small mobile fixes for new page and other pages
This commit is contained in:
Jorit Tijsen
2024-04-03 16:38:10 +02:00
parent 249f7a7d4c
commit 4aa1fef3ad
27 changed files with 157 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
@forward 'header';
@forward 'home';
@forward 'news_post';
@forward 'news';
@forward 'post';
@forward 'gids';
@forward 'program';

View File

@@ -0,0 +1,7 @@
@use "../components/news_post";
.news {
.blog .post {
height: 115px;
}
}

View File

@@ -1 +0,0 @@
@use "../components/news_post";