fix start of content

This commit is contained in:
Hristo Nedelkov 2024-01-05 14:34:44 +02:00
parent 6fc6d4e442
commit 423e0b73eb
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,7 @@ const Advisories = () => {
</XStack>
))}
</YStack>
<AdvisoriesContent title={selectedTitle} content={advisoryTopics[selectedTitle]} />
</XStack>
)

View File

@ -23,7 +23,8 @@
.container {
display: flex;
flex-wrap: wrap;
justify-content: end;
justify-content: start;
margin-left: 50px;
}
.container-inner {
max-width: 70%;