Created settings page

This commit is contained in:
Pierre
2018-04-12 16:17:41 +02:00
parent 71932197fa
commit 991a950a42
7 changed files with 165 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/**
* Main settings styleesheet
*
* @author Pierre HUBERT
*/
.settings-page-container {
max-width: 1000px;
margin: auto;
margin-top: 10px;
}