article -> main

This commit is contained in:
Koen Lageveen 2020-05-20 22:11:03 +02:00
parent 9726978ea7
commit a4a19ed1d0
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ a:active {
.octicon {
fill: currentColor;
}
.article-wrapper {
.main-wrapper {
width: 28em;
height: 100%;
max-height: 100%;
@ -52,7 +52,7 @@ a:active {
border-right: 1px solid #4A4A4A;
overflow: hidden;
}
article {
main {
display: flex;
flex-direction: column;
width: 100%;
@ -354,7 +354,7 @@ footer .logo svg path {
}
@media screen and (max-width: 56em) {
.article-wrapper,
.main-wrapper,
form {
width: 100%;
height: 50vh;

View File

@ -92,8 +92,8 @@
</head>
<body>
<div class="article-wrapper">
<article>
<div class="main-wrapper">
<main>
<section id="filters">
<fieldset class="toggle" data-group="style">
<button value="sans" title="sans">
@ -276,7 +276,7 @@
</footer>
</article>
</main>
</div>
<form>