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

Line 255: Line 255:
 
   font-size: 28px;
 
   font-size: 28px;
 
   text-transform: uppercase;
 
   text-transform: uppercase;
 +
}
 +
 +
.page-content .title {
 +
  text-align: center;
 +
}
 +
.page-content .title h2 {
 +
  text-align: center;
 +
  color: #000;
 +
  font-size: 44px;
 +
  font-weight: normal;
 +
  border-bottom: solid 5px #d81f25;
 +
  display: inline-block;
 +
  margin: 0 0 20px !important;
 +
}
 +
 +
.team-list {
 +
  padding-top: 50px;
 +
}
 +
.team-list .col-sm-6 {
 +
  margin-bottom: 50px;
 +
}
 +
.team-list .team-image {
 +
  width: 250px;
 +
  float: left;
 +
  margin-right: 30px;
 +
}
 +
.team-list .team-image img {
 +
  max-width: 100%;
 +
  height: auto;
 +
}
 +
.team-list .team-desc h3 {
 +
  display: block;
 +
  font-size: 19px;
 +
  text-transform: uppercase;
 +
  font-weight: 700;
 +
  color: #444;
 +
  letter-spacing: 1px;
 +
  margin: 0 !important;
 +
}
 +
.team-list .team-desc p {
 +
  font-size: 14px;
 +
  color: #777;
 +
  line-height: 1.8;
 
}
 
}
  
Line 290: Line 333:
 
   display: block;
 
   display: block;
 
}
 
}
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 13:11, 22 October 2017