Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
コントロールエリアを中央寄せにする (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: sayako21 <>
  • Loading branch information
sayako21 authored Nov 23, 2023
1 parent 9f0fcae commit fd29c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppControlArea.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<footer
class="text-gray-600 body-font fixed bottom-2 border border-gray-700 w-11/12"
class="text-gray-600 body-font fixed bottom-2 border border-gray-700 w-full m-auto"
>
<div class="bg-footer grid grid-cols-3">
<router-link class="footer-item block text-gray-500" to="/login">
Expand Down

0 comments on commit fd29c1b

Please sign in to comment.