Resize columns, reorganize html
This commit is contained in:
parent
32ef792a34
commit
2b94c09c80
2 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue