1
Fork 0

Resize columns, reorganize html

This commit is contained in:
Edgar P. Burkhart 2022-05-07 18:00:06 +02:00
parent 32ef792a34
commit 2b94c09c80
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 5 deletions

View File

@ -11,15 +11,14 @@
<link rel="stylesheet" href="static/css/main.css" />
</head>
<body>
<h1>Edgar P. <strong>Burkhart</strong></h1>
<nav>
<a href="/">
<img class="logo" src="static/svg/logo.svg" />
</a>
</nav>
<h1>Edgar P. <strong>Burkhart</strong></h1>
<h2>Contact</h2>
<ul>
<li><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>

View File

@ -25,8 +25,8 @@ body {
padding: 1rem;
font-weight: 350;
font-feature-settings: "ss01", "ss02", "ss03", "cv05", "cv08";
column-width: 360px;
max-width: 1920px;
column-width: 288px;
max-width: 1440px;
}