Skip to content

Instantly share code, notes, and snippets.

View brittonwalker's full-sized avatar
😁

Britton Walker brittonwalker

😁
View GitHub Profile
//
// Resposive spacer classes
// --------------------------------------------------
// Margin properties to cycle through
$margin-properties: (
mt: margin-top,
mb: margin-bottom,
my: margin,
ml: margin-left,
@brittonwalker
brittonwalker / index.spa_one.scss
Last active April 10, 2018 14:31
Fix background animation from forcing page height.
// File name is just example. The last two lines stop lottie background animation from creating vertical space. To be included in any relevant scss build styles.
#bm-mobile,
#bm-desktop {
position: absolute;
top: 0;
left: 0;
width: 100%;
max-height: 100%;
overflow-y: hidden;
<!DOCTYPE html>
<head>
<title>Britton Walker's Rseume</title>
</head>
<body>
<header>
<h1>Britton Walker</h1>
<a href="mailto:bwalker1801@gmail.com">Send an Email</a>