Make acrostic puzzle scroll horizontally
This commit is contained in:
parent
f7101c521d
commit
ebd6b08064
1 changed files with 6 additions and 0 deletions
|
@ -131,6 +131,10 @@ input[type=submit] {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.acrostic-puzzle {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
.acrostic-row {
|
.acrostic-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -139,7 +143,9 @@ input[type=submit] {
|
||||||
.acrostic-offset,.acrostic-number {
|
.acrostic-offset,.acrostic-number {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
|
min-width: 2rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
|
min-height: 2rem;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue