Skip to content

Commit

Permalink
Update the styling
Browse files Browse the repository at this point in the history
As we're refactoring the site slightly, there is no need for certain
pieces lying around. Cleaning up known bits could result in some
performance and usability boost.
  • Loading branch information
paroxp committed Jun 17, 2017
1 parent c4772b8 commit 26d4ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
7 changes: 5 additions & 2 deletions scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
@import "methods";

// Import rest of our styles.
@import "animations";
@import "notifications";
@import "global";
@import "page/about";
@import "page/home";
@import "structure";
@import "type";
18 changes: 0 additions & 18 deletions scss/initial.scss

This file was deleted.

7 changes: 6 additions & 1 deletion scss/page/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ body > main.about {
summary, summary::-webkit-details-marker {
display: none;
}

p {
margin: 0;
padding: 0;
}
}

element:hover {
Expand All @@ -165,7 +170,7 @@ body > main.about {
}
}

p {
> p {
font-size: 14px;
font-size: rem(12);
text-align: center;
Expand Down

0 comments on commit 26d4ef5

Please sign in to comment.