Changes

Jump to navigation Jump to search
don't apply top margin to first header
Line 33: Line 33:     
h1 {
 
h1 {
    margin-top: 3em;
   
     margin-bottom: 0;
 
     margin-bottom: 0;
 
     padding: 1em;
 
     padding: 1em;
 
     border: 2px solid rgb(0, 116, 72);
 
     border: 2px solid rgb(0, 116, 72);
 
     background: rgba(3, 160, 7, 0.1);
 
     background: rgba(3, 160, 7, 0.1);
 +
}
 +
 +
h1:not(:first-of-type) {
 +
    margin-top: 3em;
 
}
 
}
    
/* [[Category:Modding templates]] */
 
/* [[Category:Modding templates]] */
translators
8,437

edits

Navigation menu