We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923eedd commit 7149793Copy full SHA for 7149793
_sass/stylesheets/_blastnet.scss
@@ -54,6 +54,17 @@ $base0f: #d33682 !default;
54
color: inherit;
55
}
56
57
+.page__hero img {
58
+ width: 70%;
59
+ height: auto;
60
+}
61
+
62
+.page__hero {
63
+ display: flex;
64
+ justify-content: center; /* Center horizontally */
65
+ align-items: center; /* Center vertically */
66
67
68
.page__hero--overlay .btn.btn--counter {
69
padding-left:0;
70
padding-top:0;
_sass/stylesheets/_page.scss
@@ -569,3 +569,7 @@ body {
569
570
571
572
573
+p {
574
+ text-align: justify;
575
0 commit comments