/*
Theme Name:  Readable Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the Readable theme
Author:      ProteusThemes
Template:    readable
Version:     1.0.0
*/


/* add custom CSS code bellow */

aside {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fcecad;
  padding: 1em;
  font-size: 80%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
aside {
  margin-bottom: 30px;
}
}