Sha256: 85bcb57ab5da930f703d0b5363fd9e798a2f8f0a2597f29c2b29942f9f3f1228
Contents?: true
Size: 1.17 KB
Versions: 5
Compression:
Stored size: 1.17 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. */ /* * 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
5 entries across 5 versions & 2 rubygems