diff --git a/src/app/static/stylesheet.css b/src/app/static/stylesheet.css index 4bff02b..0bd389f 100644 --- a/src/app/static/stylesheet.css +++ b/src/app/static/stylesheet.css @@ -9,22 +9,22 @@ body { margin: auto; } -.categories { +.projects { display: flex; /* or inline-flex */ flex-direction: row; } -.category { - margin: auto; +.projects * { + margin: auto; } -.projects { +.categories { display: flex; /* or inline-flex */ flex-direction: row; } -.projects * { - margin: auto; +.categories * { + margin: auto; } h1 { diff --git a/src/app/templates/index.html b/src/app/templates/index.html index ffc65bd..c6d7134 100644 --- a/src/app/templates/index.html +++ b/src/app/templates/index.html @@ -1,4 +1,4 @@ -$def with (nav, categories, projects) +$def with (nav, categories, open_projects)
$project[4]