Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
.grid {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
 }

.grid a:hover {
  border-bottom: none;
} 

.brikit-title {
  margin: 3% 5% 1% 10% !important;
}

body #main-header.brikit-header {
  height: 100px;
}

.brikit-menu {
  height: 0px; 
}

.pink-training {
}

.training-heading {
	font-size: 24px;
	color: #2E3E4F;
    font-family: "NeutroMYOB-Medium", Arial, sans-serif;
    font-weight: 300;
	line-height: 1.25;
}

.training-blurb {
	font-family: "NeutroMYOB-Medium", Arial, sans-serif;
    font-weight: normal !important;
	font-size: 16px;
    line-height: 1.5;
	color: #687480;
}

.training-free {
	font-family: "NeutroMYOB-Medium", Arial, sans-serif;
    font-weight: normal !important;
	font-size: 24px;
    font-weight: 300;
	line-height: 1.5;
	color: #687480;
}

.training-price {
}

.training-button {
}

...