tailwind .top

This commit is contained in:
fiatjaf
2023-10-25 06:52:44 -03:00
parent 1c43e330b0
commit 3c71ed4e62
3 changed files with 2 additions and 51 deletions

View File

@@ -82,33 +82,6 @@ body {
display: none;
}
.top {
display: flex;
justify-content: center;
align-items: center;
padding: 1rem 0;
justify-content: left;
}
@media (max-width: 580px) {
.top {
display: block;
width: 90%;
padding: 1rem;
font-size: 0.8rem;
}
}
@media print {
.top {
display: block;
}
}
.theme--default .top span {
color: #e32a6d;
}
.theme--dark .top span {
color: #e32a6d;
}
.columnA {
position: -webkit-sticky;
position: sticky;