From 49ae30544a1c13a83fbb5b14361d1d9b83b28822 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 28 May 2018 07:35:42 +0000
Subject: [PATCH] style: remove trailing whitespaces

---
 static/assets/sass/00-reset.scss   |   20 +++++-----
 static/assets/sass/01-content.scss |   74 ++++++++++++++++++------------------
 2 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/static/assets/sass/00-reset.scss b/static/assets/sass/00-reset.scss
index 1c060fe..c512148 100644
--- a/static/assets/sass/00-reset.scss
+++ b/static/assets/sass/00-reset.scss
@@ -2,7 +2,7 @@
 // Eric Meyer’s CSS Reset
 //-------------------------------------------------------------------------------
 
-//   http://meyerweb.com/eric/tools/css/reset/ 
+//   http://meyerweb.com/eric/tools/css/reset/
 //   v2.0 | 20110126
 //   License: none (public domain)
 
@@ -16,8 +16,8 @@
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed, 
-figure, figcaption, footer, header, hgroup, 
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
 	margin: 0;
@@ -27,8 +27,8 @@
 	font: inherit;
 	vertical-align: baseline;
 }
-// HTML5 display-role reset for older browsers 
-article, aside, details, figcaption, figure, 
+// HTML5 display-role reset for older browsers
+article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
 	display: block;
 }
@@ -90,9 +90,9 @@
 	background-color: #FFFFFF;
 	border-style: none;
 }
-body, 
-p, 
-a, 
+body,
+p,
+a,
 a:hover {
 	color: #000000;
 }
@@ -101,10 +101,10 @@
 // Reset Link Styles
 //-------------------------------------------------------------------------------
 
-a, 
+a,
 a:hover {
 	text-decoration: none;
 	border: none;
 	border-style: none;
 	box-shadow: none;
-}
\ No newline at end of file
+}
diff --git a/static/assets/sass/01-content.scss b/static/assets/sass/01-content.scss
index d1a4df9..f943e1e 100644
--- a/static/assets/sass/01-content.scss
+++ b/static/assets/sass/01-content.scss
@@ -13,9 +13,9 @@
 $color-background 	: #061C30;
 $color-text			: #848d96;
 $color-link			: #848d96;
-$color-link-hover	: #CA486d; 
-$color-maverick		: #47bec7; 
-$color-tagline		: #CCCCCC; 
+$color-link-hover	: #CA486d;
+$color-maverick		: #47bec7;
+$color-tagline		: #CCCCCC;
 
 // Breakpoints
 $bp-smallish 		: 1200px;
@@ -39,10 +39,10 @@
 //-------------------------------------------------------------------------------
 
 html {
-	background-color: $color-background; 
+	background-color: $color-background;
 }
 body.page-template-page-fullsingle-split {
-	background-color: $color-background; 
+	background-color: $color-background;
 	font-family: 'Montserrat', sans-serif;
 	font-weight: 400;
 	font-size: 21px;
@@ -73,7 +73,7 @@
 	@media (max-width: $bp-tablet ) {
 		height: auto;
 		flex-wrap: wrap;
-	}	
+	}
 
 	//-------------------------------------------------------------------------------
 	// Column - Big Image
@@ -89,12 +89,12 @@
 		@media (max-width: $bp-tablet ) {
 			height: 80vh;
 			width: 100%;
-		}	
+		}
 
 	}
 
 	//-------------------------------------------------------------------------------
-	// Column - Content 
+	// Column - Content
 	//-------------------------------------------------------------------------------
 
 	.split-content {
@@ -108,7 +108,7 @@
 		@media (max-width: $bp-tablet ) {
 			width: 100%;
 			height: auto;
-		}	
+		}
 
 		.split-content-vertically-center {
 			padding: 80px;
@@ -122,8 +122,8 @@
 
 			@media (max-width: $bp-tablet ) {
 				padding: 40px;
-			}	
-			
+			}
+
 		}
 
 	}
@@ -140,14 +140,14 @@
 
 .split-intro {
 	font-weight: 600;
-	font-size: 64px; 
+	font-size: 64px;
 	line-height: 80px;
 	letter-spacing: -2px;
 
 	h1 {
 		font-weight: 400;
 		text-transform: uppercase;
-		font-size: 16px; 
+		font-size: 16px;
 		line-height: 16px;
 		margin-bottom: 40px;
 		letter-spacing: 0.4px;
@@ -174,7 +174,7 @@
 
 	@media (max-width: $bp-tablet ) {
 		padding: 20px 0;
-	}	
+	}
 
 	p {
 		color: $color-text;
@@ -191,7 +191,7 @@
 			border-bottom: 1px dotted $color-link-hover;
 		}
 
-	}			
+	}
 
 }
 
@@ -199,7 +199,7 @@
 // Lists
 //-------------------------------------------------------------------------------
 
-.split-lists {	
+.split-lists {
 
 	.split-list {
 		width: 30%;
@@ -209,7 +209,7 @@
 
 		@media (max-width: $bp-mobile ) {
 			width: 90%;
-		}	
+		}
 
 		h3 {
 			font-weight: 400;
@@ -223,13 +223,13 @@
 		}
 
 		ul {
-			
+
 
 			li {
 				font-size: 16px;
-				line-height: 16px;	
+				line-height: 16px;
 				margin-bottom: 12px;
-				
+
 				a {
 					color: $color-link;
 					transition-duration: 0.5s;
@@ -240,12 +240,12 @@
 					}
 
 				}
-				
+
 			}
 
 		}
 
-	}	
+	}
 
 }
 
@@ -253,7 +253,7 @@
 // Credit
 //-------------------------------------------------------------------------------
 
-//	To edit this credit you can remove the CC3.0 license for only $5 here: https://onepagelove.com/split 
+//	To edit this credit you can remove the CC3.0 license for only $5 here: https://onepagelove.com/split
 //	this really helps contribute towards us developing more templates and means the world to me!
 //	Cheers, Rob (@robhope)
 
@@ -261,10 +261,10 @@
 	opacity: 0.4;
 
 	p {
-		font-size: 12px; 
+		font-size: 12px;
 		line-height: 14px;
 
-		a { 
+		a {
 			color: $color-text;
 		}
 
@@ -291,21 +291,21 @@
 .video-container {
 	position:relative;
 	overflow:hidden;
-	height: 56.25vw; 
+	height: 56.25vw;
 	width: 100vw;
-	@media (max-aspect-ratio:16/9) { 
-		height: 100vh; 
+	@media (max-aspect-ratio:16/9) {
+		height: 100vh;
 		width: 177.7777777778vh; // this is for the ration 16:9
 	}
 }
-.video-container iframe, 
-.video-container object, 
-.video-container embed { 
-	position: absolute; 
-	top: 0; 
-	left: 0; 
-	width: 100%; 
-	height: 100%; 
+.video-container iframe,
+.video-container object,
+.video-container embed {
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 100%;
 }
 
 // Self-Hosted
@@ -315,4 +315,4 @@
 	object-position : 50% 50%;
 	width           : 100%;
 	height          : 100%;
-} 
+}

--
Gitblit v1.10.0