use flex for a better display

This commit is contained in:
meaz 2020-01-16 20:51:31 +01:00
parent 90cb75eabe
commit 874571ae8f
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: "Howto: Services"
section_id: flex
content:
items:
- '@taxonomy': {category: [topic]}

View File

@ -73,6 +73,13 @@ a:hover {
margin: 0 3rem;
}
#flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.padding {
padding: 3rem 1rem;
}

View File

@ -0,0 +1 @@
/var/www//themes/grav-theme-howto