css grid adjustments and edits for readability
This commit is contained in:
@ -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
|
||||
---
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user