mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
11 lines
148 B
CSS
11 lines
148 B
CSS
|
/**
|
||
|
* Main settings styleesheet
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.settings-page-container {
|
||
|
max-width: 1000px;
|
||
|
margin: auto;
|
||
|
margin-top: 10px;
|
||
|
}
|