/*
 Theme Name: tds-2012
 Theme URI: https://dailysuperman.com
 Description: Child theme for Twenty Twelve
 Author: Michael Kaiser
 Template: twentytwelve
 Version: 1.0
*/

/* Your custom styles go below */

/* Sidebar widget images only */
.widget-area img {
    border: none !important;
    box-shadow: none !important;
}

.site-title a:hover {
    color: #1384f9
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
