/*
* __ __ * /\ \ __ /\ \ __ * \ \ \___ __ /\_\ \_\ \/\_\ * \ \ _ `\ /'__`\/\ \ /'_` \/\ \ * \ \ \ \ \/\ __/\ \ \/\ \L\ \ \ \ * \ \_\ \_\ \____\\ \_\ \___,_\ \_\ * \/_/\/_/\/____/ \/_/\/__,_ /\/_/ * * Designed, built, and released under MIT license by @mdo. Learn more at * https://github.com/poole/hyde. */
/*
* Contents * * Global resets * Sidebar * Container * Reverse layout * Themes */
/*
* Global resets * * Update the foundational and global aspects of the page. */
/*
* Sidebar * * Flexible banner for housing site name, intro, and "footer" content. Starts * out above content in mobile and later moves to the side with wider viewports. */
.sidebar-social {
list-style-type: none;
}
.sidebar-social ul {
list-style-type: none; margin: 0; padding: 0;
}
.sidebar-social li {
display: inline-block; /**/
}
.sidebar-social li a {
display: block;
}
.social-button svg {
height: 32px; width: 32px;
}
icon-mail svg {
height: 32px; width: 40px;
}
.social-button path {
fill: #FFFFFF;
}
/* .sidebar-copyright {
float: left;
} */