Skip to content

Commit e0a7906

Browse files
Hello World!
1 parent 7972dff commit e0a7906

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

css/responsive.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
font-size: 20px;
44
}
55

6-
.navbar-expand-md .navbar-nav {
6+
.navbar .navbar-nav {
77
margin-left: 0;
88
text-align: center;
99
background-color: #000000;

css/style.css

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ body {
66
padding: 0;
77
color: #ffffff;
88
font-family: 'Ubuntu', sans-serif;
9-
/* scroll-snap-type: y mandatory; */
109
}
1110

1211
/* Loader Screen */
@@ -21,10 +20,6 @@ body {
2120
}
2221

2322
/* Loader Screen Ends */
24-
section {
25-
/* scroll-snap-align: start; */
26-
}
27-
2823
/* Navigation bar */
2924
.navbar {
3025
position: fixed;

0 commit comments

Comments
 (0)