Skip to content

Commit 3410acf

Browse files
Merge pull request TheOdinProject#173 from acb123web/acb-1
This Commit fixes TheOdinProject#170 opened issue
2 parents e34cb96 + 055475a commit 3410acf

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

grid/03-grid-layout-3/solution/solution.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
background-color: #393f4d;
2020
}
2121

22-
.logo {
23-
}
24-
25-
.menu {
26-
}
27-
28-
.menu ul {
29-
}
3022

3123
.menu ul,
3224
.menu li {
@@ -45,8 +37,6 @@
4537
border-radius: 10px;
4638
}
4739

48-
.photo {
49-
}
5040

5141
.sidebar .side-content {
5242
background-color: white;
@@ -59,8 +49,6 @@
5949
background-color: #FF7755;
6050
}
6151

62-
.nav ul {
63-
}
6452

6553
.nav ul li {
6654
font-size: 16px;

grid/03-grid-layout-3/style.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
background-color: #393f4d;
2020
}
2121

22-
.logo {
23-
}
24-
25-
.menu {
26-
}
27-
28-
.menu ul {
29-
}
30-
3122
.menu ul,
3223
.menu li {
3324
font-size: 16px;
@@ -45,8 +36,6 @@
4536
border-radius: 10px;
4637
}
4738

48-
.photo {
49-
}
5039

5140
.sidebar .side-content {
5241
background-color: white;
@@ -59,9 +48,6 @@
5948
background-color: #FF7755;
6049
}
6150

62-
.nav ul {
63-
}
64-
6551
.nav ul li {
6652
font-size: 16px;
6753
text-transform: uppercase;

0 commit comments

Comments
 (0)