/*
Theme Name:  DOMINO. Child for twentynineteen.
Theme URI:  https://www.dominocom.lu
Description:  Theme to support tutsplus tutorial. Child theme for twentynineteen.
Author:  Domino Communication
Textdomain:  mccollin
Author URI:  https://www.dominocom.lu
Template:  twentynineteen
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

h1:not(.site-title):before, h2:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 0px;
    margin: 1rem 0;
    width: 1em;
}

.entry {
    margin-top: 0px;
}

.entry .entry-title:before{
	    background: #767676;
    content: "\020";
    display: block;
    height: 0px;
    margin: 1rem 0;
    width: 1em;
}