<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 30em) { /* 480px */
    
    body{
      width: 100% !important;
    }
    #page, #subcontent-wrapper, #content-column, #footer {
      width: 100% !important;
      font-size: 100% !important;
    }
    
    #page-wrap{
      padding: 0 !important;
    }
    #header {
      display: none !important;
    }
    
    #menubar-wrapper { 
      width: 100% !important;
    }
    
    #menu-main {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      width: 100% !important;
      margin-top: 0 !important;
    }
    
    #menu-main li {
      flex-basis: 30% !important;
    }
    
    #menu-main li:first-child {
      margin-right: 35% !important;
    }
    
    #sidebar-under-comic{
      height: 5% !important;
    }
    
    .menu-item{
      width: 10%;
    }
    
    #text-6 {
      margin: 0 !important;
    }
    
    
    .widget-content .textwidget {
        font-size: 60% !important;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    
    #menunav-social-wrapper{
      display: none;
    }
    
    #content-wrapper{
      display: flex;
      flex-direction: column;
      margin: 0;
      width: 100%;
    } 
    
    #comic-nav-wrapper {
      margin: 0 !important;
      border: 0 !important;
      padding: 0 !important;
    }
    
    #menu-announcement-1 li a img{      
      height: 20% !important;
      width: 300px !important;
    }
    
    .comic-nav a {
      font-size: 100% !important;
    }
    
    #content-column{
      display: block;
      width: 100% !important;
    }
    
    .post-content {
      font-size: 70% !important;
    }
    
    .post-info {
      font-size: 90% !important;
    }
    
    .post-info h2 {
      font-size: 20px !important;
    }
    
    .entry{
      padding-left: 10px !important;
    }
}</pre></body></html>