height not width
This commit is contained in:
parent
fc7534b705
commit
6d2c534fb1
|
@ -210,7 +210,7 @@ a[id^="btn"]::-moz-focus-inner {
|
||||||
background-color: var(--accent1);
|
background-color: var(--accent1);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 50vw;
|
min-height: 50vh;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
.button {
|
.button {
|
||||||
background-color: var(--accent1);
|
background-color: var(--accent1);
|
||||||
|
@ -243,7 +243,7 @@ a[id^="btn"]::-moz-focus-inner {
|
||||||
.full-image {
|
.full-image {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
min-height: 50vw;
|
min-height: 50vh;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Reference in a new issue