모바일 태블릿 대응

This commit is contained in:
2025-06-03 08:04:41 +09:00
parent 61cd4980ee
commit e7f03aef9a
4 changed files with 34 additions and 6 deletions

View File

@@ -45,6 +45,16 @@ watchEffect(() => {
</template>
<style lang="scss">
@media (width <= 768px) {
.navbar-brand {
.navbar-item {
max-width: 80%;
padding: 0.5rem 1.75rem;
}
}
}
.hero {
.navbar {
top: 15px;