Skip to content

Commit

Permalink
spacier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumyra committed Jan 15, 2018
1 parent 6a5d0f3 commit b13765c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ typings/
build
package-lock.json
tmp

# Ignore Mac DS_Store files
.DS_Store
5 changes: 4 additions & 1 deletion src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ html, body {
min-height: 100%;
text-align: center;
font-family: Roboto, Helvetica, sans-serif;
font-size: 106%;
line-height: 1.4;
background: $background-color;
display: flex;
color: #1e2021
color: #1e2021;
text-shadow: 0px 1px 0px white;
}

@media (max-width: 799px) {
Expand Down
4 changes: 4 additions & 0 deletions src/css/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ menu {
height: 40px;
}

&:last-child {
padding-top: 18px;
}

a {
color: #1e2021;
background-image: linear-gradient(120deg, #ffffff 1%, #ffffff 100%);
Expand Down
2 changes: 1 addition & 1 deletion src/css/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
flex-direction: column;
align-items: center;
overflow: auto;
text-shadow: none;
}

.sidebar > * {
Expand Down Expand Up @@ -52,7 +53,6 @@
background-repeat: repeat;
}
.join a {
height: 50px;
border: 5px solid black;
width: 200px;
margin: 5px auto;
Expand Down

0 comments on commit b13765c

Please sign in to comment.