fix about.html layout
idk when this regressed, but it's back to the "nice" column layout
This commit is contained in:
parent
8e0e18ac84
commit
a2a7268ded
|
@ -9,7 +9,7 @@
|
||||||
<div id="overlay"></div>
|
<div id="overlay"></div>
|
||||||
<main class="offset-grid--top--wide fullsize side-a">
|
<main class="offset-grid--top--wide fullsize side-a">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div class="flex column">
|
||||||
<h1>
|
<h1>
|
||||||
About
|
About
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -22,7 +22,7 @@ Anyway, here's some information about myself, posted on the aforementioned <span
|
||||||
I just completed a degree in mathematics at Penn State.
|
I just completed a degree in mathematics at Penn State.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="flex column">
|
||||||
<h1>Opinions</h1>
|
<h1>Opinions</h1>
|
||||||
<h2>A 100% exhaustive list, of course</h2>
|
<h2>A 100% exhaustive list, of course</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue