Minor style change. Modal implementation

This commit is contained in:
2021-04-15 12:51:34 +02:00
parent e40fc4efb7
commit 49106717a1
4 changed files with 50 additions and 6 deletions

View File

@@ -56,8 +56,11 @@
resize: vertical;
}
.container {
body {
font-family: 'Nunito', sans-serif;
}
.container {
display: flex;
justify-content: left;
width: 100%;