Sha256: c74ef1663accb30d007e42057cf01222e2c306796f8c53b003185cfc00715849
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
/* * __ __ * /\ \ __ /\ \ __ * \ \ \___ __ /\_\ \_\ \/\_\ * \ \ _ `\ /'__`\/\ \ /'_` \/\ \ * \ \ \ \ \/\ __/\ \ \/\ \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. */ body { background-color: pink; } /* * 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; } */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-heidi-test-2.0.5 | _sass/heidi.scss |