MAPG-175 align noPano middle and center as other elements
This commit is contained in:
parent
3856ccb576
commit
8bdbbafcff
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user