This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Resposive spacer classes | |
// -------------------------------------------------- | |
// Margin properties to cycle through | |
$margin-properties: ( | |
mt: margin-top, | |
mb: margin-bottom, | |
my: margin, | |
ml: margin-left, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<title>Britton Walker's Rseume</title> | |
</head> | |
<body> | |
<header> | |
<h1>Britton Walker</h1> | |
<a href="mailto:[email protected]">Send an Email</a> |