aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-19 14:30:14 +0530
committerKumar Priyansh <[email protected]>2019-06-19 14:30:14 +0530
commit56efc035ec983a11b8e0bbcfcf312ac640a3ca22 (patch)
treec8fb9a2e55c99672f3128b03e631de2935876969 /src
parent43ea2d744c1dc8f51faf785bf8d97c560014426a (diff)
downloadauthorr-56efc035ec983a11b8e0bbcfcf312ac640a3ca22.tar.xz
authorr-56efc035ec983a11b8e0bbcfcf312ac640a3ca22.zip
Fixed Space Time Continuum and Now I need is a little rest
Diffstat (limited to 'src')
-rw-r--r--src/styles/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index d581c01..7e0d2ce 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -32,6 +32,7 @@
width: 105px;
height: 148.5px;
background-color: #fff;
+ border-radius: 3px;
}
.templateName {
text-align: center;
@@ -44,5 +45,5 @@
background-color: #156CD5;
}
.clicked {
- outline: solid 3px #156CD5;
+ box-shadow: 0 0 0 2pt #156CD5;
} \ No newline at end of file