summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css22
1 files changed, 17 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index 032e2ce..f0c3d2a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -39,16 +39,28 @@ nav a {
#lists {
float: left;
- padding-left: 10%;
- max-width: 70%;
+ padding-left: 5%;
+ max-width: 45%;
}
#img-wrapper {
float: right;
- padding-right: 10%;
- max-width: 30%;
+ padding-right: 5%;
+ max-width: 40%;
}
img {
- max-height: 500px;
+ max-height: 400px;
+ max-width: 100%;
+}
+
+#recipe-list {
+ padding-left: 30%;
+ list-style-type: none;
+
+}
+
+#recipe-item {
+ padding: 5px;
+ font-size: 26px;
}