Skip to content

Instantly share code, notes, and snippets.

View fallenturtle's full-sized avatar

Andrew Bailey fallenturtle

  • JBS International, Inc.
  • San Francisco, CA
View GitHub Profile
@fallenturtle
fallenturtle / input.scss
Created April 22, 2021 23:17
Generated by SassMeister.com.
@import "breakpoint";
$c-green: #458528;
$c-light-green: #79b95c;
body {
font-size: 16px;
line-height: 1.5!important;
}
.rightsidebar {
display: none;
@fallenturtle
fallenturtle / input.scss
Last active April 22, 2021 23:27
Generated by SassMeister.com.
@import "breakpoint";
$c-green: #458528;
$c-light-green: ##79b95c;
body {
font-size: 16px;
line-height: 1.5;
}
.rightsidebar {
display: none;
@fallenturtle
fallenturtle / input.scss
Created April 22, 2021 22:36
Generated by SassMeister.com.
$c-green: #458528;
.rightsidebar {
display: none;
}
.content-main.col.nine {
width: 100%!important;
}
.dfwp-item .item {
position: relative;
.link-item > a {