Skip to content

Commit 3e231cd

Browse files
author
Bradley
committed
better padding for mobile
1 parent 1fc6b07 commit 3e231cd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

css/font.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ h1, dt, .footer > a {
1010
}
1111
dt {
1212
font-size: 1.25em;
13+
padding-top: 2em;
1314
}
1415
h1 {
1516
font-size: 3vw;

css/mobile.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.bio {
1010
margin: 0;
1111
min-width: 80vw;
12+
padding-bottom: 2em;
1213
}
1314
.list {
1415
margin-top: 1em;

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,17 @@ <h1>Essays and writing</h1>
8484
<p> gropes and grabs </p>
8585
<p> unwrapping my presents, tearing paper </p>
8686
</dd>
87-
<dt>Tangents on Charlie Kaufman and Spike Jonzes' Being John Malkovich</dt>
87+
<dt>Tangents on Being John Malkovich</dt>
8888
<dd class="list__item">
8989
<p>
90-
This essay is written in a laissez faire style. Partially because
90+
This essay is written in a laissez faire style. Partially because
9191
I’m allowing myself to be stupid. What’s being smart if you never
9292
had a chance to be stupid. Also because I am (with a french accent)
9393
lazy.
9494
</p>
95+
<a class="list__link"
96+
href="https://docs.google.com/document/d/1Ahi-bfGVyj-hUCHXYSJECULLz_rcV0dIDduB8r9zyXI/edit?usp=sharing"
97+
target="_blank" rel="noopener noreferrer">read more here</a>
9598
</dd>
9699
<dt> Untitled Poem #4 </dt>
97100
<dd class="list__item ">
@@ -128,7 +131,9 @@ <h1>Essays and writing</h1>
128131
through me metaphysically. I’m coming to think that the way we perceive
129132
time is based solely on what we choose to remember...
130133
</p>
131-
<a class="list__link" href="https://docs.google.com/document/d/1PCYdacY4-XZBE_d-ScdKcD2TIL1gE8QtH1K4Q1Z9e1E/edit?usp=sharing" target="_blank" rel="noopener noreferrer">read more here</a>
134+
<a class="list__link"
135+
href="https://docs.google.com/document/d/1PCYdacY4-XZBE_d-ScdKcD2TIL1gE8QtH1K4Q1Z9e1E/edit?usp=sharing"
136+
target="_blank" rel="noopener noreferrer">read more here</a>
132137
</dd>
133138
<dt> A Note on Cavell's
134139
<a href="http://www.hup.harvard.edu/catalog.php?isbn=9780674961968&content=reviews">
@@ -145,7 +150,9 @@ <h1>Essays and writing</h1>
145150
It is shared in each family household, like Rockwell’s Thanksgiving. Movies are like meals.
146151
We sit down to eat them. We are hungry, well what are we hungry for?
147152
</p>
148-
<a class="list__link" href="https://docs.google.com/document/d/1MGt-M-njgm53FuzjGtYGMEnE86R9mB_hrbojmIgnS6c/edit?usp=sharing" target="_blank" rel="noopener noreferrer">read more here</a>
153+
<a class="list__link"
154+
href="https://docs.google.com/document/d/1MGt-M-njgm53FuzjGtYGMEnE86R9mB_hrbojmIgnS6c/edit?usp=sharing"
155+
target="_blank" rel="noopener noreferrer">read more here</a>
149156
</dd>
150157
</dl>
151158
</section>

0 commit comments

Comments
 (0)