diff --git a/_posts/projects/2023-10-15-server-administration.md b/_posts/projects/2023-10-15-server-administration.md
index 073aba03..d4d10d5a 100644
--- a/_posts/projects/2023-10-15-server-administration.md
+++ b/_posts/projects/2023-10-15-server-administration.md
@@ -2,7 +2,7 @@
 layout: single
 title: IT Expert Role
 categories: projects server_admin unix
-excerpt: Linux Server Administration (Workstations and Web)
+excerpt: Linux server (Workstations and Web) and cloud infrastructure administration
 header:
   teaser: assets/images/projects/arch.png
 ---
diff --git a/_posts/research/2023-06-25-binary_primates.md b/_posts/research/2023-06-25-binary_primates.md
index 5e018d4b..9a564794 100644
--- a/_posts/research/2023-06-25-binary_primates.md
+++ b/_posts/research/2023-06-25-binary_primates.md
@@ -2,7 +2,7 @@
 layout: single
 title:  "Binary Presorting"
 categories: research audio deep-learning anomalie-detection 
-excerpt: "Improving Primate Sounds Classification"
+excerpt: "Improving primate sounds classification by sublabeling"
 header:
   teaser: assets/figures/19_binary_primates_teaser.jpg
 ---
diff --git a/_posts/teaching/2022-10-15-android.md b/_posts/teaching/2022-10-15-android.md
index 1c72e861..074856b5 100644
--- a/_posts/teaching/2022-10-15-android.md
+++ b/_posts/teaching/2022-10-15-android.md
@@ -1,9 +1,9 @@
 ---
 layout: single
-title:  "Android - App Developement"
+title:  Android Apps
 categories: teaching 
 tags: app developement  
-excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team."
+excerpt: Teaching to plan and develope distributed mobile apps for Android as a team.
 header:
   teaser: assets/images/teaching/android.png
 ---
diff --git a/_posts/teaching/2023-05-01-seminar-TIMS.md b/_posts/teaching/2023-05-01-seminar-TIMS.md
index f4d70f37..b1755374 100644
--- a/_posts/teaching/2023-05-01-seminar-TIMS.md
+++ b/_posts/teaching/2023-05-01-seminar-TIMS.md
@@ -2,7 +2,7 @@
 layout: single
 title:  "Seminar: TIMS"
 categories: teaching
-excerpt: "Teaching bachelor students how to work scientifically and how to do research as a team."
+excerpt: "Teaching bachelor students how to do research scientifically as a team."
 header:
   teaser: assets/images/teaching/thesis.png
 ---
diff --git a/_posts/teaching/2023-05-01-seminar-VTIMS.md b/_posts/teaching/2023-05-01-seminar-VTIMS.md
index 5e775cf8..112c1199 100644
--- a/_posts/teaching/2023-05-01-seminar-VTIMS.md
+++ b/_posts/teaching/2023-05-01-seminar-VTIMS.md
@@ -2,7 +2,7 @@
 layout: single
 title:  "Seminar: VTIMS"
 categories: teaching 
-excerpt: "Teaching master students how to work scientifically and how to do research as a team."
+excerpt: "Teaching master students how to do research scientifically as a team."
 header:
   teaser: assets/images/teaching/thesis_master.png
 ---
diff --git a/_sass/minimal-mistakes/_archive.scss b/_sass/minimal-mistakes/_archive.scss
index f3ee2750..2b2729e9 100644
--- a/_sass/minimal-mistakes/_archive.scss
+++ b/_sass/minimal-mistakes/_archive.scss
@@ -211,11 +211,11 @@ align-content: center;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
   column-gap: 12px;
-  row-gap: 12px;
+  row-gap: 8px;
 }  
 
 .grid__item {
-  margin-bottom: 2em;
+  margin-bottom: 0.5em;
 
   .page__meta {
     margin: 0 0 4px;