Skip to content

Commit

Permalink
Merge pull request #6 from datasektionen/mobile
Browse files Browse the repository at this point in the history
Make site more readable on phones, and add a compose file
  • Loading branch information
Herkarl authored Sep 19, 2024
2 parents e719c42 + 4445fa5 commit 978b905
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
aaallt:
build: .
ports:
- 3000:3000

develop:
watch:
- path: .
action: rebuild
6 changes: 4 additions & 2 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ footer strong {
}

#systems {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
flex-flow: wrap;
max-width: 1240px;
}

#systems > a {
padding: 0.6em;
display: flex;
width: 370px;
color: inherit;
text-decoration: none;
border-radius: 0.8em;
Expand Down

0 comments on commit 978b905

Please sign in to comment.