summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-03-20 17:06:04 +0100
committeryuzu-eva <stevenhu@web.de>2023-03-20 17:06:04 +0100
commitd34cc22d958cc33b03f5e1d097629c0c61f9c57d (patch)
treeb47a93838240b75bb88ffb305bd1fa82a6893876 /static/style.css
parent6d919f453fd39a96f3999f5249aa3a17fe5740d6 (diff)
added recipes
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;
}