Fix the footer centering on small screens
This commit is contained in:
parent
af16614960
commit
21cc4b8831
1 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@ footer, #page-wrap:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.1em;
|
bottom: 0.1em;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
min-width: fit-content;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,7 +86,7 @@ footer, #page-wrap:after {
|
||||||
/******************* Others *******************/
|
/******************* Others *******************/
|
||||||
|
|
||||||
#my_canvas {
|
#my_canvas {
|
||||||
height: 400px;
|
height: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cloud_words_input {
|
.cloud_words_input {
|
||||||
|
|
Loading…
Reference in a new issue