We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa89e9 commit 6d2d8cbCopy full SHA for 6d2d8cb
src/theme/Footer/index.module.css
@@ -12,12 +12,6 @@
12
margin-bottom: 0.3em;
13
}
14
15
-.logos {
16
- display: flex;
17
- flex-direction: row;
18
- flex-wrap: wrap;
19
- min-width: 150px;
20
-}
21
.logos {
22
display: flex;
23
flex-direction: row;
src/theme/Footer/index.tsx
@@ -23,7 +23,7 @@ function Footer() {
<a href='https://cse.hust.edu.cn'>
24
<Translate id='mirror.footer.desc0_1'>华中科技大学网络空间安全学院</Translate>
25
</a>
26
- <Translate id='mirror.footer.desc0_2'> 和 </Translate>
+ <Translate id='mirror.footer.desc0_2'> 和 </Translate>
27
<a href='https://ncc.hust.edu.cn'>
28
<Translate id='mirror.footer.desc0_3'>网络与信息化办公室</Translate>
29
0 commit comments