Skip to content

Commit e61e78a

Browse files
SkyBird233MingcongBai
authored andcommitted
fix(footer): fix footer width on narrow viewports
1 parent 28b6e55 commit e61e78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/components/FooterBar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const navigationList = [
2121

2222
<template>
2323
<div
24-
class="theme-bg-color-secondary-static text-white py-[2px] flex justify-center w-[100vw] footerbar">
24+
class="theme-bg-color-secondary-static text-white py-[2px] flex justify-center w-full footerbar">
2525
<div class="m-auto">
2626
<span class="pl-[0.5rem]"
2727
>&copy; 安同开源社区&nbsp;&nbsp;&nbsp;&nbsp;2011 - {{ nowYear }}</span

0 commit comments

Comments
 (0)