aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/reading/component/index/style
diff options
context:
space:
mode:
authorJoris2017-01-09 22:47:55 +0100
committerJoris2017-01-09 22:47:55 +0100
commitf2264cf9176a7807a7993872cc1c2c437617c0b2 (patch)
tree6305075d29b8973ea073bf7d4c3aa296ee25b371 /src/main/scala/reading/component/index/style
parentb1b6cf18ee0da5d729c35800817c306bea64e73e (diff)
downloadreading-f2264cf9176a7807a7993872cc1c2c437617c0b2.tar.gz
reading-f2264cf9176a7807a7993872cc1c2c437617c0b2.tar.bz2
reading-f2264cf9176a7807a7993872cc1c2c437617c0b2.zip
Add books
Diffstat (limited to 'src/main/scala/reading/component/index/style')
-rw-r--r--src/main/scala/reading/component/index/style/Books.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/scala/reading/component/index/style/Books.scala b/src/main/scala/reading/component/index/style/Books.scala
index bbedf3a..fc3a18f 100644
--- a/src/main/scala/reading/component/index/style/Books.scala
+++ b/src/main/scala/reading/component/index/style/Books.scala
@@ -13,8 +13,8 @@ object Books extends StyleSheet.Inline {
)
val book = style(
- marginBottom(30.px),
- marginRight(30.px)
+ marginBottom(40.px),
+ marginRight(60.px)
)
val title = style(
@@ -34,7 +34,7 @@ object Books extends StyleSheet.Inline {
val cover = style(
height(150.px),
- marginRight(30.px)
+ marginRight(40.px)
)
val item = style(