mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +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;
|
|
} |