Difference between revisions of "Template:Tel-Hai/CSS"

Line 12: Line 12:
 
#topimg {
 
#topimg {
 
max-width: 100%;
 
max-width: 100%;
 +
margin-bottom: -15rem;
 +
}
 +
 +
#pageContainer {
 +
max-width: 60rem;
 +
margin: auto;
 +
background-color: rgba(255,255,255,0.8);
 +
position: relative;
 +
padding: 1rem 3rem;
 
}
 
}

Revision as of 11:42, 8 September 2016

  1. content {

width: 100%; margin: 0; padding: 0; }


  1. sideMenu, #top_title {
 display: none;

}

  1. topimg {

max-width: 100%; margin-bottom: -15rem; }

  1. pageContainer {

max-width: 60rem; margin: auto; background-color: rgba(255,255,255,0.8); position: relative; padding: 1rem 3rem; }