diff options
Diffstat (limited to 'data/home.html')
-rw-r--r-- | data/home.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/data/home.html b/data/home.html index d81af731..95e61011 100644 --- a/data/home.html +++ b/data/home.html @@ -108,13 +108,27 @@ margin-right: 4px; margin-left: 4px; } + +.favorites{ +text-align: center; +} + /* -------------------------------------------------------- */ /* Thumbnail class */ .thumbnail { text-align: center; -float:left; +display: inline-block; +width:25%; margin-bottom: 7%; +min-width:250px; +min-height:192px; +} + +.thumbnail object{ +text-align: center; +width:228px; +height:192px; } /* -------------------------------------------------------- */ |