Skip to content

Commit 7224556

Browse files
committed
Remove trailing spaces on blank lines in main.scss
1 parent 678db9e commit 7224556

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

assets/css/main.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ a:hover {
3838
padding: 100px 0;
3939
// background-color: #333;
4040
}
41-
41+
4242
// .overlay {
4343
// position: absolute;
4444
// top: 0;
@@ -47,29 +47,29 @@ a:hover {
4747
// height: 100%;
4848
// background-color: rgba(0, 0, 0, 0.5);
4949
// }
50-
50+
5151
.page__hero-image img {
5252
max-width: 100%;
5353
height: auto;
5454
}
55-
55+
5656
.page__hero-title {
5757
position: absolute;
5858
top: 50%;
5959
left: 50%;
6060
transform: translate(-50%, -50%);
6161
}
62-
62+
6363
.page__title {
6464
font-size: 36px;
6565
margin-bottom: 10px;
6666
}
67-
67+
6868
.page__subtitle {
6969
font-size: 18px;
7070
margin-bottom: 20px;
7171
}
72-
72+
7373
.btn {
7474
display: inline-block;
7575
padding: 10px 20px;
@@ -80,7 +80,7 @@ a:hover {
8080
border-radius: 5px;
8181
transition: background-color 0.3s ease;
8282
}
83-
83+
8484
.btn:hover {
8585
background-color: #FFCA00;
8686
}

0 commit comments

Comments
 (0)