-
-
- {(topic) => (
-
- )}
-
-
+
+
+
+
+ {(topic) => (
+
+ )}
+
diff --git a/src/components/_shared/SearchField.module.scss b/src/components/_shared/SearchField.module.scss
index 7aafb0fd..87fc6c72 100644
--- a/src/components/_shared/SearchField.module.scss
+++ b/src/components/_shared/SearchField.module.scss
@@ -4,7 +4,6 @@
input {
border: none;
- border-bottom: 1px solid #ccc;
box-shadow: 0 0 0 #ccc;
font-family: inherit;
font-size: inherit;
diff --git a/src/components/_shared/Stat.module.scss b/src/components/_shared/Stat.module.scss
index 0dd60f67..e40f76b5 100644
--- a/src/components/_shared/Stat.module.scss
+++ b/src/components/_shared/Stat.module.scss
@@ -1,6 +1,5 @@
.statMetrics {
@include font-size(1.7rem);
-
color: #9fa1a7;
display: flex;
margin: 0 0 1em;
@@ -16,7 +15,6 @@
.statMetricsItem {
@include font-size(1.5rem);
-
margin-right: 1.6rem;
white-space: nowrap;
diff --git a/src/components/_shared/VideoPlayer/VideoPlayer.module.scss b/src/components/_shared/VideoPlayer/VideoPlayer.module.scss
index 128e8abb..88a5028f 100644
--- a/src/components/_shared/VideoPlayer/VideoPlayer.module.scss
+++ b/src/components/_shared/VideoPlayer/VideoPlayer.module.scss
@@ -6,6 +6,10 @@
margin: 1rem 0;
position: relative;
+ @include media-breakpoint-up(md) {
+ margin: 1rem -16.6666% 2rem -25%;
+ }
+
.controls {
display: flex;
flex-direction: row;
@@ -28,10 +32,6 @@
width: 100%;
aspect-ratio: 16/9;
- @include media-breakpoint-up(md) {
- margin: 0 0 1em -16.6666%;
- }
-
iframe {
height: 100%;
width: 100%;
diff --git a/src/styles/AllTopics.module.scss b/src/styles/AllTopics.module.scss
index 2ebbc5b9..a7db2f74 100644
--- a/src/styles/AllTopics.module.scss
+++ b/src/styles/AllTopics.module.scss
@@ -52,7 +52,6 @@
.alphabet {
@include font-size(1.5rem);
-
color: rgba(0 0 0 / 20%);
display: flex;
flex-wrap: wrap;
@@ -62,13 +61,16 @@
li {
min-width: 1.5em;
margin-right: 3%;
- color: gray;
+ color: rgb(0 0 0 / 30%);
+ }
+
+ a {
+ border: none;
}
}
.articlesCounter {
@include font-size(1.2rem);
-
margin-left: 0.5em;
vertical-align: super;
}