/*
Theme Name: Une idée dans l'air
Description: Theme enfant de UIDA
Author: UIDL
Author URI: https://www.nomdusite.net
Template: wishful-blog
Version: 0.1.0
*/

.post-box > .entry-content
{
position: inherit !important; 
padding: 8px !important;
background-color: white ! important;
    background-image: none ! important;
}
.post-box > .entry-content a{
    color: black ! important;
    }
@media (max-width: 767px){
    .post-box > .entry-content
    {
        left: 0px !important;
    }
}