ComunicWeb/assets/css/pages/latestPosts/main.css

15 lines
177 B
CSS
Raw Normal View History

2018-02-02 05:56:52 +00:00
/**
* Latests post stylesheet
*
* @author Pierre HUBERT
*/
/**
* Error message
*/
.latestPostsError {
width: 100%;
max-width: 500px;
margin: auto;
margin-top: 30px;
}