mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
14 lines
169 B
CSS
14 lines
169 B
CSS
|
/**
|
||
|
* Single post page stylesheet
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.single-post-row {
|
||
|
padding-top: 50px;
|
||
|
}
|
||
|
|
||
|
.single-post-row .col-md-6 {
|
||
|
margin: auto;
|
||
|
float: none;
|
||
|
}
|