Mobile responsive thanks ai slop
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s
This commit is contained in:
@@ -50,17 +50,29 @@ const { data: markdown } = await useAsyncData(`fixed`, async () =>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
h2 {
|
||||
margin-left: 20px;
|
||||
padding-left: 20px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-left: 30px;
|
||||
padding-left: 30px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.two-columns {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
h2 {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-left: 18px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user