Sha256: b42a1723033f07aa58e910c6b4c1f46a696d74041982fc75567b1c55a6428231
Contents?: true
Size: 922 Bytes
Versions: 6
Compression:
Stored size: 922 Bytes
Contents
@charset "utf-8"; // Layout: Post .postInfo { margin: 1rem 0 1rem 0; } .postDate { color: var(--text-color); } .postsEntries .postDate { float: right; } .postTitle { text-decoration: none; font-family: $header-font-family; font-size: 1.2em; font-weight: 400; text-transform: capitalize; float: left; width: 75%; margin: 0 0 1rem 0; } .postHeader { overflow: hidden; } .postsList { margin-top: 20px; } .postListItem { padding: 20px; background-color: var(--background-color); margin-bottom: 20px; } .postListLink:hover { text-decoration: underline; } .postExcerpt { text-align: initial; text-decoration: none; color: var(--text-color); clear: both; } .headerContainer { display: flex; justify-content: space-between; } .noDecoration { text-decoration: none; } a, a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; }
Version data entries
6 entries across 6 versions & 1 rubygems