fix: remove custom styling, and uncessary conditional check

This commit is contained in:
Chuma McPhoy
2024-07-12 16:02:22 +02:00
parent f83f1a66b5
commit e76f613830
2 changed files with 14 additions and 22 deletions

View File

@@ -13,21 +13,13 @@
display: flex;
justify-content: flex-end;
border-bottom: 1px solid var(--Base-Border-Subtle);
align-items: center;
}
.header:has(> h2) {
justify-content: space-between;
}
.closeBtn {
border: none;
background-color: transparent;
display: flex;
align-items: center;
padding: 0;
cursor: pointer;
}
@media and screen (min-width: 1367px) {
.content > * {
padding: var(--Spacing-x4);