crypto address style fix with copyme

This commit is contained in:
edbrz9 2023-01-02 16:52:26 +01:00
parent 88f014eb51
commit de93c3c0cc
1 changed files with 9 additions and 13 deletions

View File

@ -231,7 +231,7 @@ p.crypto {
main.crypto-page {
padding-top: 20vh;
text-align: center;
width: 200px;
max-width: 200px;
margin-left: auto;
margin-right: auto;
}
@ -240,18 +240,14 @@ main.crypto-page img {
width: 200px;
}
main.crypto-page section.copyme-containter {
text-align: center;
main.crypto-page section.copyme {
max-width: 200px;
}
main.crypto-page span.copypopup {
position: absolute;
background-color: var(--success);
color: white;
font-size: 1.5rem;
padding: 10px;
right: -20px;
top: -5px;
transform: rotate(12deg);
opacity: 0;
main.crypto-page section.copyme p {
display: block;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
text-align: center;
}