Difference between revisions of "Team:Cairo Egypt/css/home style"

Line 1: Line 1:
 +
.firstHeading {
 +
  display: none;
 +
}
 +
 
#content {
 
#content {
 
   width: auto !important;
 
   width: auto !important;
 
   padding: 0;
 
   padding: 0;
 +
  top: 80px;
 
}
 
}
  
Line 17: Line 22:
 
header .container {
 
header .container {
 
   padding-bottom: 100px !important;
 
   padding-bottom: 100px !important;
   padding-top: 100px !important;
+
   padding-top: 70px !important;
 
}
 
}

Revision as of 19:52, 30 June 2015

.firstHeading {

 display: none;

}

  1. content {
 width: auto !important;
 padding: 0;
 top: 80px;

}

hr.star-light:after, hr.star-primary:after {

 content: "" !important;

}

h2 {

  padding-top: 0 !important; 
  padding-bottom: 0 !important; 
  border-bottom: none !important; 

}

header .container {

 padding-bottom: 100px !important;
 padding-top: 70px !important;

}