mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-31 11:44:34 +01:00
tailwind .top
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user