image tweaks

This commit is contained in:
Mark Moser 2018-09-11 14:30:45 -05:00
parent 3f578d9cc2
commit cdf8fb5b2f
4 changed files with 8 additions and 5 deletions

View File

@ -5,7 +5,7 @@
a {
display: block;
width: 100%;
min-height: 250px;
min-height: 200px;
text-decoration: none;
&::before {

View File

@ -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

File diff suppressed because one or more lines are too long