/**
 * Theme Name:        Plant 2 Plast
 * Theme URI:         https://plant2plast.dk
 * Description:       Custom theme description...
 * Version:           1.0.0
 * Author:            Nanna V.
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       fabled-sunset
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

 /* remove when live */
html {
   margin-top: unset !important;
   max-width:100%;
   width: 100%;
   overflow-x: hidden;
}

#wpadminbar {
   display: none;
}

 /* remove when live */
 
 
 body {
    background-color: #f3f3f3;
    padding-top: unset;
    padding-bottom: unset;
    padding-left: unset;
    padding-right: unset;
    padding: unset;

    position: static;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
 }
 