Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben1s committed Jul 12, 2020
1 parent ca1b128 commit 24bbc52
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _sass/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}

.social-header {
position: relative
position: relative;
color: #fa114f;
}
}
16 changes: 13 additions & 3 deletions _sass/components/guide-pages/2FA.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
margin-left: auto;
margin-right: auto;
min-width: 200px;
width: 50%;
}

.title-left {
Expand All @@ -64,19 +63,24 @@
.accordion {
min-width: 400px;
}
.screenshot img {
.screenshot-2FA img {
width: 100%;
}
}

@media #{$bp-below-tablet} {
.screenshot-2FA img {
width: 110%;
width: 100%;
}

#myCanvas {
width: 80%;
}

.donut-list li {
padding-left: 0.1rem;
text-align: left;
}
}

@media #{$bp-below-desktop} {
Expand All @@ -86,6 +90,12 @@

.screenshot-2FA img {
min-width: 200px;
width: 100%;
}
}

@media #{$bp-desktop-up} {
.screenshot-2FA img {
width: 50%;
}
}

0 comments on commit 24bbc52

Please sign in to comment.