Skip to content

Commit d7e642d

Browse files
committed
update sass from torchprotein website
1 parent 5500170 commit d7e642d

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="row justify-content-start">
77
<div class="col-12 col-md-12">
88
<h1 class="title">{{ page.title }}</h1>
9-
{{ content }}
9+
<div class="content">{{ content }}</div>
1010
</div>
1111
</div>
1212
</div>

_sass/components/_content.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
img {
66
max-width: 100%;
77
height: auto;
8-
margin-top: 20px;
98
margin-bottom: 20px;
109
}
1110
strong {

_sass/components/_feature.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.feature-title {
2424
}
2525
.feature-content {
26-
margin-bottom: 0;
27-
margin-top: auto;
26+
margin-bottom: auto;
27+
margin-top: 0;
2828
}
2929
}

_sass/components/_intro.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
padding-top: 60px;
66
padding-bottom: 60px;
77
overflow: hidden;
8-
@include media-breakpoint-up(md) {
8+
@include media-breakpoint-up(lg) {
9+
padding-top: 70px;
10+
padding-bottom: 70px;
11+
}
12+
@include media-breakpoint-up(xl) {
913
padding-top: 140px;
1014
padding-bottom: 140px;
1115
}

_sass/components/_main-menu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
display: flex;
88
align-items: center;
99
justify-content: flex-start;
10+
margin: 0px;
1011
> li {
1112
list-style: none;
1213
font-size: 1rem;

0 commit comments

Comments
 (0)