Index: buddypress.org/public_html/wp-content/themes/bb-base/style.css
===================================================================
--- buddypress.org/public_html/wp-content/themes/bb-base/style.css	(revision 12588)
+++ buddypress.org/public_html/wp-content/themes/bb-base/style.css	(working copy)
@@ -169,11 +169,17 @@
 
 div.feature {
 	float: left;
-	width: 225px;
-	margin: 0 20px 20px 0;
+	width: 25%;
 	font-size: 12px;
 	line-height: 22px;
 }
+
+@media screen and (max-width: 700px) {
+	div.feature {
+		width: 50%;
+	}
+}
+
 div.sidebar div.feature {
 	margin: 0 0 24px 0;
 }
@@ -1673,7 +1679,7 @@
 		width: 100%;
 	}
 	#main {
-		margin: 100px 10px 40px 10px;
+		margin: 10px 10px 10px 10px;
 	}
 	body:not(.trac):not(.home-page) #main {
 		margin-top: 140px;
Index: buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php
===================================================================
--- buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php	(revision 12588)
+++ buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php	(working copy)
@@ -16,7 +16,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Components</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -34,7 +34,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Versions</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -52,7 +52,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Types</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -70,7 +70,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Contexts</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
Index: buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php
===================================================================
--- buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php	(revision 12588)
+++ buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php	(working copy)
@@ -16,7 +16,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Components</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -34,7 +34,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Versions</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -52,7 +52,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Types</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -70,7 +70,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Contexts</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
Index: wordpress.tv/public_html/wp-content/themes/wptv2/style.css
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(revision 12588)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(working copy)
@@ -269,6 +269,10 @@
 	padding: 0 5px;
 }
 
+#menu li a:hover {
+	color: red !important;
+}
+
 #menu #searchform {
 	margin: 0 0 0 15px;
 }
@@ -2094,12 +2098,12 @@
 .video-list {
 	display: flex;
 	flex-wrap: wrap;
+	justify-content: center;
 	margin: 0 -5px;
 }
 
 .video-list:after {
 	content: '';
-	flex: auto;
 }
 
 .video-list li {
