text-align: center;
}
+h3 {
+ font-size: 0.8em;
+ text-align: center;
+}
+
main section {
flex-grow: 1;
flex-basis: 33%;
cursor: pointer;
}
-footer {
- background: linear-gradient(to bottom, white, #ccc);
- min-height: 15vh;
- color: #666;
-}
+/* FOOTER */
footer ul {
margin: 0; /*taking the margin and padding ul default size off */
margin: 5px 10px;
}
-h3 {
- font-size: 0.8em;
- text-align: center;
-}
-
footer p {
font-size: 0.6em;
text-align: center;
}
-@media screen and (min-width: 1024px) {
- body {
- font-size: 1.25em;
- }
+/* OUR TEAM */
.title {
margin-top: 20px;
display:flex;
}
-
.our-team{
margin-top: 100px;
}
margin-bottom: 15px;
}
+ /* PAGE */
+
+ section#main {
+ padding-top: 7rem;
+ }
+
/* NAVIGATION */
.navbar-fixed-top {