Skip to content

Commit 0640a8c

Browse files
committed
errors resolved.
1 parent 89ef376 commit 0640a8c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Art-Gallery/mobile.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
grid-template-columns:auto;
99
}
1010
.header{
11-
padding:30px 10px 0px;
11+
padding-top:30px;
12+
padding-bottom:30px;
13+
padding-right: 10px;
14+
padding-left:10px;
1215
}
1316
img{
1417
width:250px;

Art-Gallery/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
height:10vh;
1111
display:flex;
1212
justify-content:space-between;
13-
padding:30px 40px 0px;
13+
padding-top:30px;
14+
padding-bottom:30px;
15+
padding-left: 40px;
16+
padding-right:40px;
1417
}
1518
a{
1619
text-decoration:none;

0 commit comments

Comments
 (0)