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