Skip to content

Commit 518411f

Browse files
Ruby FriedmanRuby Friedman
authored andcommitted
adding percentages instead of pixel size to account for mobile phone issue-#33
1 parent b17ce75 commit 518411f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.navbar ul {
2121
list-style: none;
22-
width: 500px;
22+
width: 100%;
2323
margin: 0 auto;
2424

2525
padding: 0;
@@ -34,7 +34,7 @@
3434
Style individual list items.
3535
*/
3636
.navbar li {
37-
width: 150 px;
37+
width: 25%;
3838
border: 2px solid rgb(32, 152, 70);
3939
/*
4040
Show the navbar elements next to each other instead of on top of each

0 commit comments

Comments
 (0)