Skip to content

Commit 1bfc848

Browse files
committed
nit
1 parent 8e0fc5b commit 1bfc848

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

grid.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<link href="./css/font.css" rel="stylesheet">
2727
<link href="./css/mobile.css" rel="stylesheet">
2828
<style>
29-
body { padding: 16px; }
29+
body { padding: 16px; background-color: #111; }
3030
.tables-side {
3131
display: flex;
3232
flex-wrap: wrap;
@@ -35,20 +35,20 @@
3535
}
3636
.tables-side table { flex-shrink: 0; }
3737
table { border-collapse: collapse; }
38-
td { width: 20px; height: 20px; border: 0px; }
38+
td { width: 22px; height: 22px; border: 0px; }
3939
.silver { background-color: #C0C0C0; }
4040
</style>
4141
</head>
4242
<body id="art">
43-
<div>
44-
<div class="top-bar">
45-
<h1 class="header">
46-
<a href="./secrets.html" class="simple-link"><img class="header-img" src="assets/images/flower.svg"></a>
47-
<a href="./art.html" class="simple-link">art</a>
48-
</h1>
49-
</div>
50-
</div>
51-
<div class="tables-side">
43+
<div class="content-wrapper">
44+
<section class="art">
45+
<div class="top-bar">
46+
<h1 class="header">
47+
<a href="./secrets.html" class="simple-link"><img class="header-img" src="assets/images/flower.svg"></a>
48+
<a href="./art.html" class="simple-link">art</a>
49+
</h1>
50+
</div>
51+
<div class="tables-side">
5252
<table id="grid">
5353
<tbody><tr>
5454
<td class="silver"></td><td class="silver"></td><td class="silver"></td><td class="silver"></td>
@@ -1570,16 +1570,16 @@ <h1 class="header">
15701570
</tr>
15711571
</tbody></table>
15721572
</div>
1573+
</section>
1574+
</div>
1575+
15731576

1574-
<div class="content-wrapper">
1575-
<footer class="footer" id="footer">
1577+
<footer class="footer" id="footer">
15761578
<a class="footer__link--home" href=".">home</a>
15771579
<a class="footer__link--writings" href="./writings.html">words</a>
15781580
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
15791581
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
15801582
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
1581-
</footer>
1582-
</div>
1583+
</footer>
15831584
<div class="crumple" aria-hidden=""></div>
1584-
</body>
1585-
</html>
1585+
</body></html>

0 commit comments

Comments
 (0)