aboutsummaryrefslogtreecommitdiff
path: root/app/css/style.css
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-08-31 01:43:52 +0530
committerKumar Priyansh <[email protected]>2020-08-31 01:43:52 +0530
commite8b65fb08de04cab501517581c59b76e152ed72c (patch)
tree80097e3bee0ac95e4fa0d7a06267d8d490414412 /app/css/style.css
parent276016cb8582cdee63d10f4e7e6dfe2ba2af6a30 (diff)
downloaddictionary-e8b65fb08de04cab501517581c59b76e152ed72c.tar.xz
dictionary-e8b65fb08de04cab501517581c59b76e152ed72c.zip
Added result divider
Diffstat (limited to 'app/css/style.css')
-rw-r--r--app/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/css/style.css b/app/css/style.css
index 1b86840..bb3e5c2 100644
--- a/app/css/style.css
+++ b/app/css/style.css
@@ -87,3 +87,10 @@ body {
.synonymLink:hover {
text-decoration: underline;
}
+
+.divider {
+ background-color: #fff;
+ width: 100%;
+ height: 2px;
+ margin: 30px auto;
+}