mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: update SiteFooter layout and adjust MapPage iframe source
This commit is contained in:
@@ -30,7 +30,7 @@ const friendLinks = [
|
||||
|
||||
<template>
|
||||
<footer class="site-footer">
|
||||
<div class="site-footer__inner">
|
||||
<div class="bl-shell">
|
||||
<div class="footer-columns">
|
||||
<div class="footer-col">
|
||||
<div class="footer-logo">{{ brand }}</div>
|
||||
@@ -71,12 +71,6 @@ const friendLinks = [
|
||||
color: var(--bl-text-secondary, #6e6e73);
|
||||
}
|
||||
|
||||
.site-footer__inner {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.footer-columns {
|
||||
display: flex;
|
||||
gap: 60px;
|
||||
|
||||
Reference in New Issue
Block a user