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

View File

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