Sha256: ac9f3db1ad440c027801673a1fc8db715307cd2eef13729db5c531bad4e0b406
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
/* * __ __ * /\ \ __ /\ \ __ * \ \ \___ __ /\_\ \_\ \/\_\ * \ \ _ `\ /'__`\/\ \ /'_` \/\ \ * \ \ \ \ \/\ __/\ \ \/\ \L\ \ \ \ * \ \_\ \_\ \____\\ \_\ \___,_\ \_\ * \/_/\/_/\/____/ \/_/\/__,_ /\/_/ * * Designed, built, and released under MIT license by @mdo. Learn more at * https://github.com/poole/hyde. */ /* * 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 { background: center / cover; } .sidebar-social { padding-top: 10px; padding-bottom: 10px; } .sidebar-social ul { margin: 0; padding: 0; } .sidebar-social li { display: inline-block; } .social-button svg { height: 32px; width: 32px; } #icon-mail svg { height: 32px; width: 40px; } .social-button path { fill: #FFFFFF; } .social-button:hover path { fill: #808080; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-heidi-2.0.3 | _sass/heidi.scss |