Skip to content

Commit 141b8d1

Browse files
committed
Fixed bug #1
1 parent e2dd3ed commit 141b8d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

languages/styles/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ a:visited{
3535
position: absolute;
3636
margin-top: 50px;
3737
width: 10%;
38+
min-width: 120px;
3839
left: 0%;
39-
padding-left: 2%;
40+
padding-left: 15px;
4041
padding-bottom: 15px;
4142
color: #00FF00
4243
}

styles/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body{ /* Sets the background image for the site */
77
position: absolute;
88
margin-top: 50px;
99
width: 50%;
10+
#min-width: 500px;
1011
left: 21%;
1112
padding-left: 4%;
1213
padding-right: 4%;
@@ -38,8 +39,9 @@ a:visited{
3839
position: absolute;
3940
margin-top: 50px;
4041
width: 10%;
42+
min-width: 120px;
4143
left: 0%;
42-
padding-left: 2%;
44+
padding-left: 15px;
4345
padding-bottom: 15px;
4446
color: #00FF00
4547
}

0 commit comments

Comments
 (0)