/*
   This file is part of Eighty Stylesheets, Wei's website stylesheets.

   Eighty Stylesheets is free software: you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation, either version 3 of the
   License, or (at your option) any later version.

   Eighty Stylesheets is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with Eighty Stylesheets. If not, see
   <https://www.gnu.org/licenses/>.

   Copyright (c) Wei Tang, 2020.
*/

* {
    background: #fff;
}

main > article {
    padding-top: 0;
}

main {
    width: 100%;
    padding: 0;
}

#asidebar {
    display: none;
}

img {
    break-inside: avoid;
}

p, table, pre {
    widows: 3;
    orphans: 3;
}

h1, h2, h3, h4, h5, h6 {
    break-after: avoid;
}
