crypto page css update
This commit is contained in:
parent
ab4f0f22c8
commit
eb8cc0c77a
|
@ -219,20 +219,39 @@ hr {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
img.crypto {
|
||||
margin-top: 50px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
p.crypto {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
word-wrap: break-word;
|
||||
line-height: 1.2rem;
|
||||
line-height: 1.3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main.crypto-page {
|
||||
padding-top: 20vh;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
main.crypto-page img {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
main.crypto-page section.copyme-containter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue