Compare commits
2 commits
e207326901
...
0ba74f6558
Author | SHA1 | Date | |
---|---|---|---|
0ba74f6558 | |||
4b6d9c9db3 |
2 changed files with 242 additions and 233 deletions
|
@ -138,7 +138,12 @@
|
|||
main {
|
||||
display: block;
|
||||
padding: max(env(safe-area-inset-left), 2rem);
|
||||
}
|
||||
|
||||
footer > *,
|
||||
main > * {
|
||||
max-width: 60rem;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
main {
|
||||
|
@ -254,6 +259,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div>
|
||||
<h1>Shannon Sterz</h1>
|
||||
<p>
|
||||
Hello, I'm Shannon 👋 and I work at
|
||||
|
@ -266,8 +272,10 @@
|
|||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<div>
|
||||
<p>Have a lovely day 💖.
|
||||
<details>
|
||||
<summary><p>Imprint/Impressum</p></summary>
|
||||
|
@ -491,6 +499,7 @@
|
|||
-->
|
||||
</p>
|
||||
</details>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 360 B After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Loading…
Add table
Add a link
Reference in a new issue