/*!
Theme Name: SteamNDry WP Theme
Theme URI: http://underscores.me/
Author: venven
Author URI: https://datacareph.com
Description: Building modern wordpress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: snd-wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, style is empty, adhering wp standards.
Use it to make something cool, have fun, and share what you've learned.

*/
.post-thumbnail {
    float: right;
}
main img {
  border-radius: 0.5rem;
  object-fit: contain;
}
main ul {
  list-style-type: disc;
  padding-left: 2.25rem;
  margin-bottom: 1rem;
}
main ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
main ol {
  list-style-type: decimal;
  padding-left: 2.25rem;
  margin-bottom: 1rem;
}
main ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
@media (min-width: 1280px) {
    main li, main td {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
}