Skip to content

Commit d797458

Browse files
add: gap to cards for better width breaking. Updated hero text padding&& nav link color
1 parent 998c7b0 commit d797458

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

‎_sass/nimitta.scss‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ header.site-header {
5555
bottom: 0;
5656
top: 45px;
5757
width: 0;
58-
height: 1px;
59-
background: rgba(255,255,255,0.4);
58+
height: 2px;
59+
background: #D5D5D5;
6060
@include media-query(764px) {
6161
top: 38px !important;
62-
height: 1px !important;
6362
}
6463
}
6564
a.page-link:hover::after,

‎assets/css/frontpage.scss‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
margin-right: auto;
1111
margin-left: auto;
1212
text-align: center;
13+
gap: 0.1px;
1314
}
1415

1516
.learning_styles li {
@@ -75,7 +76,6 @@ div.herotext {
7576
max-width: 30em;
7677
margin-left: auto;
7778
margin-right: auto;
78-
padding: 20px;
7979
padding-top: 80px;
8080
margin-bottom: -100px;
8181
color: $banner-color;

0 commit comments

Comments
 (0)