We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ef376 commit 0640a8cCopy full SHA for 0640a8c
Art-Gallery/mobile.css
@@ -8,7 +8,10 @@
8
grid-template-columns:auto;
9
}
10
.header{
11
- padding:30px 10px 0px;
+ padding-top:30px;
12
+ padding-bottom:30px;
13
+ padding-right: 10px;
14
+ padding-left:10px;
15
16
img{
17
width:250px;
Art-Gallery/style.css
@@ -10,7 +10,10 @@
height:10vh;
display:flex;
justify-content:space-between;
- padding:30px 40px 0px;
+ padding-left: 40px;
+ padding-right:40px;
18
a{
19
text-decoration:none;
0 commit comments