image tweaks
This commit is contained in:
parent
3f578d9cc2
commit
cdf8fb5b2f
@ -5,7 +5,7 @@
|
||||
a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 250px;
|
||||
min-height: 200px;
|
||||
text-decoration: none;
|
||||
|
||||
&::before {
|
||||
|
@ -41,7 +41,10 @@
|
||||
flex-direction: row;
|
||||
min-height: 300px;
|
||||
|
||||
> div { flex: 1 1 50%; }
|
||||
> div {
|
||||
flex: 1 1 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.loop-image {
|
||||
position: relative;
|
||||
@ -50,7 +53,7 @@
|
||||
&::before {
|
||||
float: left;
|
||||
margin-left: -1px;
|
||||
padding-top: 70%;
|
||||
padding-top: 66.5%;
|
||||
width: 1px;
|
||||
height: 0;
|
||||
content: '';
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user