Consumiendo frases de chuck norris porque la vida no tiene sentido

This commit is contained in:
2020-11-21 05:05:07 -03:00
parent 12f18d3d06
commit 4c3fdd928f
3 changed files with 39 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
height: 100%;
width: 100%;
padding: 20px;
overflow: scroll;
overflow: auto;
grid-template-columns: 300px 1fr 600px 1fr 300px;
grid-template-rows: repeat(6, 1fr);
@@ -39,7 +39,7 @@
grid-column: 5;
}
#custom-box {
#quote-box {
grid-row: 3 / 5;
grid-column: 5;
}
@@ -143,9 +143,8 @@
margin-top: 10px;
}
.box .photos-controls button {
button {
padding: .6em 0;
font-weight: 500;
}
/*
@@ -191,3 +190,16 @@
object-fit: contain;
height: 130px;
}
/* Quote */
#quote-box {
justify-content: space-between;
}
#quote {
display: flex;
height: 100%;
align-items: center;
overflow: auto;
}