MAPG-175 align noPano middle and center as other elements

This commit is contained in:
Bence Pőcze 2020-06-24 22:37:33 +02:00
parent 3856ccb576
commit 8bdbbafcff

View File

@ -16,6 +16,8 @@
#noPano {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 2;
visibility: hidden;
@ -23,7 +25,7 @@
}
#noPano>p {
margin: auto;
text-align: center;
}
#control {