Skip to content

Commit e8bf8fc

Browse files
Benjamin HongBenjamin Hong
Benjamin Hong
authored and
Benjamin Hong
committed
style: Remove spaces from the end of the line
1 parent 4859452 commit e8bf8fc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

14 - Grid Template Areas/area-line-names-FINISHED.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
.container {
4747
display: grid;
4848
grid-gap: 20px;
49-
grid-template-areas:
50-
"💩 💩 💩 💩 🍔 🍔 🍔 🍔"
51-
"💩 💩 💩 💩 🍔 🍔 🍔 🍔"
52-
"💩 💩 💩 💩 🍔 🍔 🍔 🍔"
49+
grid-template-areas:
50+
"💩 💩 💩 💩 🍔 🍔 🍔 🍔"
51+
"💩 💩 💩 💩 🍔 🍔 🍔 🍔"
52+
"💩 💩 💩 💩 🍔 🍔 🍔 🍔"
5353
"💩 💩 💩 💩 🍔 🍔 🍔 🍔";
5454
}
5555

14 - Grid Template Areas/areas-FINISHED.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
grid-gap: 20px;
3232
grid-template-columns: 1fr 10fr 1fr;
3333
grid-template-rows: 150px 150px 100px;
34-
grid-template-areas:
35-
"sidebar-1 content sidebar-2"
36-
"sidebar-1 content sidebar-2"
34+
grid-template-areas:
35+
"sidebar-1 content sidebar-2"
36+
"sidebar-1 content sidebar-2"
3737
"footer footer footer"
3838
}
3939

@@ -55,9 +55,9 @@
5555

5656
@media (max-width: 700px) {
5757
.container {
58-
grid-template-areas:
59-
"content content content"
60-
"sidebar-1 sidebar-1 sidebar-2"
58+
grid-template-areas:
59+
"content content content"
60+
"sidebar-1 sidebar-1 sidebar-2"
6161
"footer footer footer"
6262
}
6363
}

0 commit comments

Comments
 (0)