Allow clicking through to full quality images
[pics.git] / style.css
CommitLineData
a7fc328e
JC
1body {
2 background-color: #eee;
3}
4main {
5 display: flex;
6 flex-direction: column;
7 align-items: center;
8
9}
10
11main p::before {
12 content: "Jacob: ";
13}
14main p {
15 max-width: 480px;
16}