Skip to content

Commit

Permalink
Style Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahrider committed Nov 2, 2023
1 parent 517d3b6 commit 0d35934
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions _sass/_wax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ p {
margin-bottom: $less-margin;
letter-spacing: .02rem;
font-weight: 400;
font-size: 1rem;
font-size: 1.10rem;
line-height: 1.75rem;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -199,7 +199,7 @@ content section

#wax-footer {
width: 100vw;
padding-bottom: 5rem;
padding-bottom: 3rem;
padding-top: 3rem;
background-color: $neutral;
col {
Expand All @@ -215,11 +215,12 @@ content section
font-family: $heading-font;
padding-bottom: 1em;
margin: 0;
font-size: 1.10em;
}
.footer-description {
font-family: $heading-font;
margin: 0;
font-size: .9em;
font-size: 1em;
line-height: 1.2;
}
.footer-copyright {
Expand Down
8 changes: 5 additions & 3 deletions assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ $logo: url("{{ '/assets/logo.png' | absolute_url }}");

/* text */

$body-font: 'Open Sans', 'sans-serif';
$heading-font: 'Open Sans', 'sans-serif';
$body-font: 'Nanum Myeong';
$heading-font: 'Nanum Myeong';


/* Image Size */
Expand All @@ -23,7 +23,7 @@ $thumbnail-width: 140px;

$text-color: #100c01;
$bg-color: #ffffff;
$neutral: #eae7de;
$neutral: #b2b28e;
$accent-light: #966d09;
$accent-dark: #644906;

Expand All @@ -49,3 +49,5 @@ font & asset import

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&font-display=auto');
@import 'wax';
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+TC&display=swap');

0 comments on commit 0d35934

Please sign in to comment.