Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-11-14 15:11:06 -05:00
parent 8810efb2ab
commit b3c1ff22d7

View file

@ -10246,13 +10246,11 @@ hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.med
.is-fixed #logo .logo-color {
fill: currentColor; }
.is-fixed + section,
.is-fixed + .floating-tabs,
.is-fixed + .floating-tabs + #main-content + section,
.is-fixed + .floating-tabs + #main-content + .node > section:first-child {
padding-top: 3.3125em; }
@media screen and (min-width: 1024px) {
.is-fixed + section,
.is-fixed + .floating-tabs,
.is-fixed + .floating-tabs + #main-content + section,
.is-fixed + .floating-tabs + #main-content + .node > section:first-child {
padding-top: 5.875em; } }
@ -10448,10 +10446,13 @@ a.navbar-link:hover {
.floating-tabs {
position: absolute;
top: 250px;
left: 0.75rem;
z-index: 1;
background: rgba(255, 255, 255, 0.75); }
background: rgba(255, 255, 255, 0.75);
top: 3.3125em; }
@media screen and (min-width: 1024px) {
.floating-tabs {
top: 5.875em; } }
a.card {
display: block; }