Difference between revisions of "Template:NTNU Trondheim/CSS/unfkup code"

Line 12: Line 12:
 
div#globalWrapper{
 
div#globalWrapper{
 
     align-content: center;
 
     align-content: center;
 +
    padding: 0;
 
}
 
}

Revision as of 14:23, 30 June 2017

div#top_title{

    display: none;
}

div#content{

   margin: 0 auto;
   padding: 0;
   width: 100%;
   background-color: transparent;

}

div#globalWrapper{

   align-content: center;
   padding: 0;

}