Add profile and template pages (scaffolding)
This commit is contained in:
parent
41668498ea
commit
cb67c5d93d
18 changed files with 1067 additions and 158 deletions
|
|
@ -59,7 +59,6 @@
|
|||
position: relative;
|
||||
width: 100%;
|
||||
height: calc(100vh - var(--navbar-height));
|
||||
top: var(--navbar-height);
|
||||
}
|
||||
|
||||
.coordinates-display {
|
||||
|
|
@ -123,6 +122,12 @@
|
|||
width: 1%;
|
||||
}
|
||||
|
||||
.force-page-height {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px)
|
||||
{
|
||||
.coordinates-display {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue