mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
fix: overlay bottom bug
This commit is contained in:
@@ -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); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user