Skip to content

Commit 6a97a0e

Browse files
committed
removed unnecesary files and adjusted the repsonsiveness for mobile phones
1 parent 048d7aa commit 6a97a0e

File tree

73 files changed

+29
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+29
-319
lines changed

index.html

-8 Bytes
Binary file not shown.

resources/design/active-states.jpg

-213 KB
Binary file not shown.

resources/design/desktop-design.jpg

-209 KB
Binary file not shown.

resources/design/desktop-preview.jpg

-46.3 KB
Binary file not shown.

resources/design/mobile-design.jpg

-298 KB
Binary file not shown.

resources/fonts/Open_Sans/OFL.txt

-93
This file was deleted.
Binary file not shown.

resources/fonts/Open_Sans/README.txt

-100
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

resources/fonts/Poppins/OFL.txt

-93
This file was deleted.
-148 KB
Binary file not shown.
-168 KB
Binary file not shown.
-150 KB
Binary file not shown.
-172 KB
Binary file not shown.
-149 KB
Binary file not shown.
Binary file not shown.
-158 KB
Binary file not shown.
Binary file not shown.
-178 KB
Binary file not shown.
-156 KB
Binary file not shown.
-180 KB
Binary file not shown.
-153 KB
Binary file not shown.
-176 KB
Binary file not shown.
-155 KB
Binary file not shown.
-152 KB
Binary file not shown.
Binary file not shown.
-158 KB
Binary file not shown.
-183 KB
Binary file not shown.

sass/style.css.map

-1
This file was deleted.

sass/style.scss

-17
This file was deleted.

sass/_config.scss styles/_config.scss

+8-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ body{
1919
grid-template-rows:auto;
2020

2121
font-size: 18px;
22-
font-family: OpenSans-Medium ;
23-
22+
23+
font-family: 'Open Sans', sans-serif;
2424
//to remove scrollbar for edge, firefox
2525
scrollbar-width: none;
2626
//to remove scrollbar for firefox
@@ -32,12 +32,15 @@ body::-webkit-scrollbar{
3232
display: none;
3333
}
3434

35+
36+
3537
header, main{
3638
padding: 1rem 0.5rem;
3739
}
3840

3941
header{
40-
font-family: Poppins-Medium;
42+
font-family: 'Poppins', sans-serif;
43+
font-size: 0.8rem;
4144
grid-column: 1/-1;
4245
}
4346

@@ -49,6 +52,8 @@ footer{
4952
grid-column: 1/-1;
5053
}
5154

55+
56+
5257
.float-left{
5358
float: left;
5459
}
File renamed without changes.

sass/_header.scss styles/_header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
//header body
1414
&__body{
15-
font-weight: 200;
15+
font-weight: 600;
1616
display: flex;
1717
flex-flow: column wrap;
1818
justify-content: space-around;

sass/_main.scss styles/_main.scss

+2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
&__title{
1919
text-align: center;
2020
margin: 1.5rem 0;
21+
font-weight: 700;
2122
}
2223

2324
&__text{
2425
text-align: center;
26+
font-weight: 400;
2527
}
2628

2729
&__svg{
File renamed without changes.

0 commit comments

Comments
 (0)