Added editorconfig and option to set section layout.

This commit is contained in:
2022-04-23 18:33:32 +03:00
parent 41daff5390
commit 210b600f21
18 changed files with 262 additions and 213 deletions
+11 -11
View File
@@ -1,20 +1,20 @@
body {
margin: 0;
font-size: 1rem;
margin: 0;
font-size: 1rem;
}
header.page_toolbar {
font-family: Arial, sans-serif;
background-color: #ccc;
padding: 1rem;
font-family: Arial, sans-serif;
background-color: #ccc;
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
}
header.page_toolbar select {
font-size: 0.85rem;
padding: 0.25rem;
font-size: 0.85rem;
padding: 0.25rem;
}