fix: overlay bottom bug

This commit is contained in:
john-emerson14
2020-03-23 00:51:10 -03:00
parent 9d9caa296e
commit 4f71e9dff3

View File

@@ -78,9 +78,9 @@ body {
#profileQuote { #profileQuote {
position: relative; position: relative;
padding-bottom: 20px;
color: var(--accentColor); color: var(--accentColor);
font-size: 1rem; font-size: 1rem;
margin-bottom: 20px;
display: block; display: block;
font-family: var(--font); font-family: var(--font);
width: 100%; width: 100%;
@@ -206,7 +206,7 @@ body {
.popup:target .popup-inner { .popup:target .popup-inner {
bottom: 0; bottom: 0;
right: 0; /* right: 0; */
/* transform: rotate(0); */ /* transform: rotate(0); */
} }