fix: ui bug

This commit is contained in:
snematoda 2024-11-25 17:12:56 +00:00
parent 9f9cc95a5a
commit 5a2de78f53

View file

@ -454,12 +454,9 @@ onDeactivated(() => {
<style scoped> <style scoped>
.search-wrap { .search-wrap {
place-items: start center;
margin-bottom: 2rem; margin-bottom: 2rem;
} }
.search-wrap h2 { .search-wrap h2,
text-align: center;
}
.circle { .circle {
text-align: center; text-align: center;
} }