diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 01:43:52 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 01:43:52 +0530 |
| commit | e8b65fb08de04cab501517581c59b76e152ed72c (patch) | |
| tree | 80097e3bee0ac95e4fa0d7a06267d8d490414412 /app/css/style.css | |
| parent | 276016cb8582cdee63d10f4e7e6dfe2ba2af6a30 (diff) | |
| download | dictionary-e8b65fb08de04cab501517581c59b76e152ed72c.tar.xz dictionary-e8b65fb08de04cab501517581c59b76e152ed72c.zip | |
Added result divider
Diffstat (limited to 'app/css/style.css')
| -rw-r--r-- | app/css/style.css | 7 |
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; +} |
