Browse Source

Radcliffe 2: Minor CSS updates to fix W3C validation issues. Fixes #161.

Laurel Fulford 7 years ago
parent
commit
14d01214b6
1 changed files with 3 additions and 4 deletions
  1. 3 4
      radcliffe-2/style.css

+ 3 - 4
radcliffe-2/style.css

@@ -1779,7 +1779,6 @@ textarea {
 	font-size: 24px;
 	font-size: 2.4rem;
 	font-weight: 700;
-	letter-spacing: 1;
 	margin-bottom: 36px;
 	text-align: center;
 }
@@ -2171,8 +2170,8 @@ object {
 		position: relative;
 		width: 100%;
 		-webkit-transition: max-height 0.425s ease-in-out;
-		-moz-transition: max-height all 0.425s ease-in-out;
-		transition: max-height all 0.425s ease-in-out;
+		-moz-transition: max-height 0.425s ease-in-out;
+		transition: max-height 0.425s ease-in-out;
 	}
 
 	.main-navigation.toggled > div {
@@ -2692,6 +2691,6 @@ object {
 	.site-branding .custom-logo {
 		height: auto;
 		max-width: 90vw;
-		max-height: auto;
+		max-height: 1000%;
 	}
 }