summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-11-07 14:56:20 -0800
committerYour Name <you@example.com>2013-11-07 20:19:31 -0800
commita26446a8e91a65b9e131e24fae1b5f44de59795a (patch)
tree101626c77e5cf4d5c8572ad44b2d7df131ced0b4 /data
parent87df3a6b9f10915400df1e6f9dfd200217473000 (diff)
Add word wrap widths to the front page categories
- Fonts are changed to be 150px and 48px for ODROID's 1920x1080 resolution - Word-wrapping widths are set to approximately reproduce the deck [endlessm/eos-sdk#394] [endlessm/eos-sdk#394]
Diffstat (limited to 'data')
-rw-r--r--data/css/eos-wikipedia-domain.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css
index 80e275d..ea00da4 100644
--- a/data/css/eos-wikipedia-domain.css
+++ b/data/css/eos-wikipedia-domain.css
@@ -10,11 +10,11 @@
}
.title.main-element.category.front-page {
- font-size: 100px;
+ font-size: 110px;
}
.title.category.front-page {
- font-size: 42px;
+ font-size: 33px;
}
Gjs_ArticleList{