mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 22:09:21 +00:00
15 lines
177 B
CSS
15 lines
177 B
CSS
/**
|
|
* Latests post stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
/**
|
|
* Error message
|
|
*/
|
|
.latestPostsError {
|
|
width: 100%;
|
|
max-width: 500px;
|
|
margin: auto;
|
|
margin-top: 30px;
|
|
} |