Skip to content

Commit

Permalink
small style improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Nov 16, 2024
1 parent 116b9f0 commit f54e070
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@ table.pingtable td {
border: 1px solid lightgrey;
}

#app, html, body {
height: 100%;
margin:0;
}

.main-view {
height: 100vh;
height: 100%;
display: flex;
flex-direction: column;
padding: 6px;
}

h2 {
margin-block: 4px;
}

0 comments on commit f54e070

Please sign in to comment.