logo arrow size fix

This commit is contained in:
Tim
2024-04-30 15:01:09 -04:00
parent 1337e156d5
commit d5b1b67c91
4 changed files with 0 additions and 12 deletions

View File

@@ -104,7 +104,4 @@ async function placeOrder() {
body {
overflow-y: hidden;
}
.arrow {
font-size: 22px;
}
</style>

View File

@@ -37,7 +37,4 @@ function showCorp() {
</script>
<style scoped lang="scss">
.arrow {
font-size: 22px;
}
</style>

View File

@@ -47,7 +47,4 @@ const theme = useTheme().current
</script>
<style scoped lang="scss">
.arrow {
font-size: 22px;
}
</style>

View File

@@ -25,7 +25,4 @@ function openApp() {
</script>
<style scoped lang="scss">
.arrow {
font-size: 22px;
}
</style>