Skip to content

Commit 81fadb5

Browse files
authored
Cleanup code (#7)
1 parent bb46941 commit 81fadb5

File tree

2 files changed

+11
-31
lines changed

2 files changed

+11
-31
lines changed

fresh.css

+2-22
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
overflow-wrap: break-word;
1111
}
1212

13-
.sloppy svg {
14-
max-width: 100%;
15-
height: auto;
16-
}
17-
1813
.sloppy :focus {
1914
outline-color: currentColor;
2015
outline-style: groove;
@@ -26,7 +21,7 @@
2621
.noki { font-size: 1rem }
2722
.yoki { font-size: 1.62rem }
2823
.hiki { font-size: 2.62rem }
29-
.fasho {}
24+
.fasho { font-weight: bold }
3025

3126
.freestyle {
3227
box-sizing: border-box;
@@ -40,24 +35,9 @@
4035
padding: .5rem;
4136
}
4237

43-
.smash {
44-
max-width: 19em;
45-
}
46-
4738
.waiting { display: inline-block }
4839
.fabric { display: table }
49-
5040
.inhale { margin-bottom: 1rem }
5141
.exhale { margin-bottom: .5rem }
52-
.exhale2 { margin-bottom: 1.5rem }
53-
.exhale3 { margin-bottom: 2.5rem }
42+
.exhales { margin-bottom: 1.5rem }
5443
.karma { padding: 1rem }
55-
56-
.unseen {
57-
font-size: 0;
58-
margin: 0;
59-
padding: 0;
60-
}
61-
62-
.bae-dream{color:#f96!important;background:#415!important}
63-
.bae-gleam{color:#415!important;background:#f96!important}

index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en-US" class="momma bae-clean tape-clean bae-gleam bae-vine">
2+
<html lang="en-US" class="momma bae-clean bae-vine">
33
<meta charset="utf-8">
44

55
<title>It's Spring in San Francisco and...</title>
@@ -26,14 +26,14 @@ <h1 class="freestyle quicksand mimic noki inhale exhale">
2626
<a class="freestyle quicksand waiting bae-warm">It's Spring in San Francisco and...</a>
2727
</h1>
2828

29-
<ul class="freestyle quicksand mimic yoki smashed inhale exhale">
29+
<ul class="freestyle quicksand mimic yoki inhale exhale">
3030
<li class="freestyle quicksand fabric exhale bae-vein" lang="en">we're dancing
3131
<li class="freestyle quicksand fabric exhale bae-vein" lang="de">wir tanzen
3232
<li class="freestyle quicksand fabric exhale bae-vein" lang="fr">nous dansons
3333
<li class="freestyle quicksand fabric exhale bae-vein" lang="es">estamos bailando
34-
<li class="freestyle quicksand fabric exhale bae-vein" lang="en">
35-
<li class="freestyle quicksand fabric exhale bae-vein" lang="en">
36-
<li class="freestyle quicksand fabric exhale bae-vein" lang="en">
34+
<li class="freestyle quicksand fabric exhale bae-vein">
35+
<li class="freestyle quicksand fabric exhale bae-vein">
36+
<li class="freestyle quicksand fabric exhale bae-vein">
3737
</ul>
3838

3939
<figure class="freestyle" id="deets" aria-label="deets">
@@ -42,25 +42,25 @@ <h1 class="freestyle quicksand mimic noki inhale exhale">
4242
Who
4343
<dd class="freestyle quicksand fabric bae-gold">
4444
local dancers
45-
<dd class="freestyle quicksand fabric bae-gold exhale2">
45+
<dd class="freestyle quicksand fabric bae-gold exhales">
4646
global dancers
4747
<dt class="freestyle quicksand fabric bae-gold loki">
4848
When
4949
<dd class="freestyle quicksand fabric bae-gold">
5050
<time datetime="2019-04-27">Saturday, April 27, 2019</time>
51-
<dd class="freestyle quicksand fabric bae-gold exhale2">
51+
<dd class="freestyle quicksand fabric bae-gold exhales">
5252
8pm&ndash;10:30pm
5353
<dt class="freestyle quicksand fabric bae-gold loki">
5454
Where
5555
<dd class="freestyle quicksand fabric bae-gold">
5656
Palace of Fine Arts Theatre
57-
<dd class="freestyle quicksand fabric bae-gold exhale2">
57+
<dd class="freestyle quicksand fabric bae-gold exhales">
5858
San Francisco
5959
<dt class="freestyle quicksand fabric bae-gold loki">
6060
How
6161
<dd class="freestyle quicksand fabric bae-gold">
6262
<a href="https://www.cityboxoffice.com/eventperformances.asp?evt=2559">Tickets</a>
63-
<dd class="freestyle quicksand fabric bae-gold exhale2">
63+
<dd class="freestyle quicksand fabric bae-gold exhales">
6464
<a href="https://www.facebook.com/events/589716671471608/">Facebook</a>
6565
<dt class="freestyle quicksand fabric bae-gold loki">
6666
Why

0 commit comments

Comments
 (0)