Skip to content

Commit 89ef376

Browse files
committed
style.css errors resolved.
1 parent 6bee934 commit 89ef376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Art-Gallery/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
grid-template-columns:auto;
99
}
1010
.header{
11-
padding:30px 10px 0px 10px;
11+
padding:30px 10px 0px;
1212
}
1313
img{
1414
width:250px;

Art-Gallery/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
height:10vh;
1111
display:flex;
1212
justify-content:space-between;
13-
padding:30px 40px 0px 40px;
13+
padding:30px 40px 0px;
1414
}
1515
a{
1616
text-decoration:none;

0 commit comments

Comments
 (0)