/*
Theme Name: SSGlobalChild
Description: Child of Divi theme for use on Sandalsand Global
Author: Sandalsand
Template: Divi
Version: 1.0
*/

/* Personal stylesheet follows below */



/****** Change font for Verse block *******/ 
pre.wp-block-verse {
       font-family: Arial, sans-serif;
}


/****** Legg til avstand til høyre for bilder. Greit ved småbilder som flyter til venstre. ******/
.wp-block-image {
    padding: 0px 15px 0px 0px;
}


