/*
Theme Name: TMG Home
Theme URI: http://wordpress.org/themes/tmg/index
Author: TMG
Author URI: https://shoppings.blog/
Description: TMG Home style
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: TMG Homes
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

footer {
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 0em 15em 0em 15em;
}

.ads {
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 0em 15em 0em 15em;
}

#post {
	margin-left: 25em;
	margin-right: 25em;
}

@media (max-width:600px){ /*가로 너비가 600px 이하일 때 아래 스타일 적용*/
    #post {
      margin-left: 5px;
    	margin-right: 5px;
    }
@media (max-width:1600px){ /*가로 너비가 600px 이하일 때 아래 스타일 적용*/
    #post {
      margin-left: 0px;
      margin-right: 0px;
        }
