Skip to content

Commit 7149793

Browse files
committed
added additional page formatting
1 parent 923eedd commit 7149793

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

_sass/stylesheets/_blastnet.scss

+11
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ $base0f: #d33682 !default;
5454
color: inherit;
5555
}
5656

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+
5768
.page__hero--overlay .btn.btn--counter {
5869
padding-left:0;
5970
padding-top:0;

_sass/stylesheets/_page.scss

+4
Original file line numberDiff line numberDiff line change
@@ -569,3 +569,7 @@ body {
569569
}
570570
}
571571
}
572+
573+
p {
574+
text-align: justify;
575+
}

0 commit comments

Comments
 (0)