Skip to content

Commit

Permalink
Fix CSS typos (#1656)
Browse files Browse the repository at this point in the history
Thanks to @the-j0k3r for opening #1644.
  • Loading branch information
backspace committed May 9, 2018
1 parent d794e25 commit e0093b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/styles/app/layouts/error.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
}

@media #{$large-up} {
bakground-size: 50vw auto;
background-size: 50vw auto;
}
}

Expand Down
2 changes: 0 additions & 2 deletions app/styles/app/layouts/profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ $profile-breakpoint: 600px;
@include resetul;

font-size: $font-size-m;
dispay: flex;
flex-flow: column wrap;

li {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/app/modules/build-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
overflow: hidden;

&:after {
conent: "";
content: "";

@include fadeOut(bottom, 360deg, white, 5%);
}
Expand Down
2 changes: 1 addition & 1 deletion app/styles/app/modules/row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
a:hover,
a:active,
a:focus {
test-decoration: none;
text-decoration: none;

.inner-underline {
text-decoration: underline;
Expand Down

0 comments on commit e0093b2

Please sign in to comment.