Margin and padding
This commit is contained in:
parent
0211c78c20
commit
e1d26fda9e
@ -41,6 +41,10 @@ body {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#list:target + .photos .photo:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#list:target + .photos .content {
|
#list:target + .photos .content {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: auto;
|
height: auto;
|
||||||
@ -273,8 +277,8 @@ body {
|
|||||||
padding: .1em;
|
padding: .1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
#list:target + .photos .photo {
|
||||||
margin-bottom: .9em !important;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user