Skip to content

Commit ebc543c

Browse files
feat: remove awkward gigs gaps
1 parent 571cd21 commit ebc543c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/old/AppNavbar.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ const isLink = (state: CollectionEntry<"state">) =>
6868
</p>
6969

7070
<div class="compact-section">
71-
<div class="scissor-line">-ˋˏ✄---------------------------------------------------------------</div>
7271
<div class="email-line">
7372
Cartazes de shows, só mandar por email:
7473
<a href="mailto:undershowsbr@gmail.com">undershowsbr@gmail.com</a>
7574
</div>
76-
<div class="scissor-line">-ˋˏ✄---------------------------------------------------------------</div>
7775
</div>
7876

7977
<Content />

src/styles/old.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ a.class2:active {
8282
max-width: 600px;
8383
width: 100%;
8484
margin: 0 auto;
85+
margin-bottom: 20px;
8586
text-align: center;
8687
padding: 0 12px;
8788
box-sizing: border-box;
@@ -131,6 +132,7 @@ a.class2:active {
131132
font-weight: bold;
132133
word-break: break-word;
133134
overflow-wrap: break-word;
135+
font-family: monospace;
134136
}
135137

136138
.email-line {
@@ -181,10 +183,6 @@ a.class2:active {
181183
font-size: 16px;
182184
}
183185

184-
.scissor-line {
185-
font-size: 14px;
186-
}
187-
188186
.email-line {
189187
font-size: 15px;
190188
}
@@ -217,4 +215,8 @@ a.class2:active {
217215
.logo {
218216
max-width: 120px !important;
219217
}
218+
}
219+
220+
p {
221+
margin: 0 0 8px 0;
220222
}

0 commit comments

Comments
 (0)