Add config's missing CSS

This commit is contained in:
Pòsweg 2020-08-30 22:25:21 +02:00
parent 1470309037
commit c524836faf
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?php include("../colors.php"); ?>
.title{
text-align: center;
}
.main-container{
margin: 30px;
}
.section{
margin-bottom: 30px;
}
input{
margin-bottom: 10px;
}