diff --git a/src/components/Article.vue b/src/components/Article.vue index ae9c00ac5ec26d156ba408e2b580f598e05e104c..691ce7ea8af54b8f2cc20a4440d1f5487ad4fb87 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -196,8 +196,9 @@ export default { article { position: relative; padding: 24px; - margin: 10px; - + margin-bottom: 10px; + margin-right: 10px; + margin-left: 10px; background-color: #ffffff; } @@ -208,6 +209,7 @@ article { #single_article_container article { border: none; + margin-top: 10px; } diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 5f4c96198108414792b2e355029283da9c8d920e..3d37915ee6825ea087fc6007c4862f315114cf52 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -576,7 +576,7 @@ main { div.welcome { - margin-top: 10px; + padding-top: 10px; flex-grow: 10; background-image: url('../assets/books.jpg'); background-repeat: no-repeat; @@ -601,6 +601,12 @@ div.welcome article { padding-right: calc((100vw - 1200px) / 2); } +#above_results { + padding-top: 10px; + margin-left: 10px +} + + .error > p { margin-left: 15px; } @@ -675,7 +681,6 @@ li.suggestion { .nav_arrow { vertical-align: top !important; - margin-left: 10px; color: var(--v-primary-base) !important; }