Skip to content

Commit 2e28b01

Browse files
committed
Changes made according to the review
1 parent 1a55892 commit 2e28b01

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

client/styles/components/_account.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,3 @@
2929
.account__social-stack > * {
3030
margin-right: #{15 / $base-font-size}rem;
3131
}
32-
33-
// @media screen and (max-width: 767px) {
34-
// .social_button_github,
35-
// .social_button_google {
36-
// display: block;
37-
// width: 100%;
38-
// margin-bottom: 10px;
39-
// }
40-
// }
41-
42-
// @media screen and (min-width: 10%) {
43-
// .social_button_github,
44-
// .social_button_google {
45-
// display: inline-block;
46-
// width: auto;
47-
// margin-bottom: 0;
48-
// }
49-
// }
50-

client/styles/components/_forms.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
.form__input {
5454
width: 100%;
55-
min-width: 10%;
5655
height: #{40 / $base-font-size}rem;
5756
font-size: #{16 / $base-font-size}rem;
5857
@include themify() {

client/styles/components/_nav.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
display: flex;
2020
flex-direction: row;
2121
justify-content: flex-end;
22-
min-width: 10%;
2322
height: 100%;
2423
align-items: center;
2524
}

0 commit comments

Comments
 (0)