diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-20 17:06:04 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-20 17:06:04 +0100 |
| commit | d34cc22d958cc33b03f5e1d097629c0c61f9c57d (patch) | |
| tree | b47a93838240b75bb88ffb305bd1fa82a6893876 /static/style.css | |
| parent | 6d919f453fd39a96f3999f5249aa3a17fe5740d6 (diff) | |
added recipes
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 22 |
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; } |
