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" />
|
<link rel="stylesheet" href="static/css/main.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Edgar P. <strong>Burkhart</strong></h1>
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img class="logo" src="static/svg/logo.svg" />
|
<img class="logo" src="static/svg/logo.svg" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<h1>Edgar P. <strong>Burkhart</strong></h1>
|
||||||
|
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
<li><a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a></li>
|
||||||
|
|
|
@ -25,8 +25,8 @@ body {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-weight: 350;
|
font-weight: 350;
|
||||||
font-feature-settings: "ss01", "ss02", "ss03", "cv05", "cv08";
|
font-feature-settings: "ss01", "ss02", "ss03", "cv05", "cv08";
|
||||||
column-width: 360px;
|
column-width: 288px;
|
||||||
max-width: 1920px;
|
max-width: 1440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue