_sass/theme/_page.scss in hardpool-flat-2.2.0 vs _sass/theme/_page.scss in hardpool-flat-3.0.0
- old
+ new
@@ -1,5 +1,6 @@
+.blogger {
p, li {
color: darken($color: $gray, $amount: 50%);
}
a h1 {
color: $dark;
@@ -209,10 +210,11 @@
cursor: pointer;
&:hover {
opacity: 0.6;
}
}
+}
/* ****************** portfolio ******************* */
/* .portfolio-item {
.picture {
@include picture-bg(34rem);
@@ -285,7 +287,27 @@
justify-content: center;
&:hover{
opacity: 1;
}
}
+ }
+}
+
+/* ****************** project ******************* */
+.project-head {
+ position: relative;
+ padding: 10rem 15px;
+ background: linear-gradient(to right bottom,lighten(desaturate($primary, $desaturate), $lighten) 50%,#fff 50%);
+
+ .btn-lg {
+ padding: .8rem 2rem;
+ font-size: 1.25rem;
+ }
+ h1 {
+ font-size: 4rem;
+ }
+ .lead {
+ font-size: 1.5rem;
+ font-weight: 400;
+ color: #495057;
}
}
\ No newline at end of file