瀏覽代碼

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

Laurel Fulford 7 年之前
父節點
當前提交
14d01214b6
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      radcliffe-2/style.css

+ 3 - 4
radcliffe-2/style.css

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