Browse Source

more

modals-to-spa
stingl 4 years ago
parent
commit
c8f7e7616f
  1. 16
      css/app.css

16
css/app.css

@ -212,6 +212,14 @@ nav, .card { @@ -212,6 +212,14 @@ nav, .card {
left: 0;
}
#hidden-three {
width: 1em;
height: 1em;
position: fixed;
top: 0;
right: 0;
}
#hidden-two {
width: 1em;
height: 1em;
@ -219,3 +227,11 @@ nav, .card { @@ -219,3 +227,11 @@ nav, .card {
bottom: 0;
right: 0;
}
#hidden-four {
width: 1em;
height: 1em;
position: fixed;
bottom: 0;
left: 0;
}