fix: Responsive Design
This commit is contained in:
@@ -13,7 +13,7 @@ const setHome = (value: boolean) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="min-h-screen w-full bg-slate-100 flex flex-col justify-between items-center p-16 gap-5 text-neutral-700">
|
||||
<div class="min-h-screen w-full bg-slate-100 flex flex-col justify-between items-center p-4 md:p-16 gap-5 text-neutral-700">
|
||||
<Header @setHome="setHome" />
|
||||
<Home v-if="isHome" />
|
||||
<About v-else />
|
||||
|
||||
Reference in New Issue
Block a user