Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor CSS cleanup. #2394

Merged
merged 1 commit into from
Aug 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layouts/css/page-modules/_footer.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
footer
margin-top 2em
background-color $node-gray
padding 0 0px
padding 0

a,
a:link,
Expand All @@ -13,4 +13,4 @@ footer
text-decoration underline

&.no-margin-top
margin-top 0px
margin-top 0
2 changes: 1 addition & 1 deletion layouts/css/page-modules/_header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ header
a:hover
background-color transparent
text-decoration underline

#lang-picker-toggler
position absolute
right 0
Expand Down
4 changes: 2 additions & 2 deletions layouts/css/page-modules/_home.styl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

.home-banner
opacity 1
transition .2s opacity ease-in-out
transition opacity .2s ease-in-out

&:hover
opacity 0.85
Expand All @@ -65,7 +65,7 @@
font-size 30px
font-weight 400

transition .2s background-color ease-in-out
transition background-color .2s ease-in-out

&:hover
background-color $node-green
Expand Down
6 changes: 3 additions & 3 deletions layouts/css/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
width 100%
float none
article
margin-left 0px
margin-left 0

.full-width
width 100%
Expand Down Expand Up @@ -109,9 +109,9 @@ html[dir="rtl"]

article
margin-right 220px
margin-left 0px
margin-left 0

@media screen and (max-width: 480px)
.has-side-nav
article
margin-right 0px
margin-right 0