Update about page styles

This commit is contained in:
Hazem Krimi
2021-01-13 23:26:28 +01:00
parent 9379821618
commit c5fa183ba4
+5 -1
View File
@@ -26,7 +26,7 @@ const Wrapper = styled.div<{ dark: boolean }>`
} }
h1 { h1 {
font-size: 1.5rem; font-size: 1.7rem;
} }
.content { .content {
@@ -51,6 +51,10 @@ const Wrapper = styled.div<{ dark: boolean }>`
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
* {
user-select: none;
}
@media (max-width: 768px) { @media (max-width: 768px) {
column-gap: 0.5rem; column-gap: 0.5rem;
} }