Spaces:
Runtime error
Runtime error
Update pages/book.py
Browse files- pages/book.py +2 -2
pages/book.py
CHANGED
@@ -17,7 +17,7 @@ page_bg_img = f"""
|
|
17 |
<style>
|
18 |
[data-testid="stAppViewContainer"] > .main {{
|
19 |
background-image: url("https://i.ibb.co/8dKsZpV/black-and-white-books-piled-stacks.jpg");
|
20 |
-
background-size:
|
21 |
background-position: top left;
|
22 |
background-repeat: no-repeat;
|
23 |
background-attachment: local;
|
@@ -28,7 +28,7 @@ background: rgba(1,1,1,1);
|
|
28 |
[data-testid="stToolbar"] {{
|
29 |
right: 2rem;
|
30 |
}}
|
31 |
-
div.css-
|
32 |
background-color: rgba(238, 238, 238, 0.5);
|
33 |
border: 10px solid #EEEEEE;
|
34 |
padding: 5% 5% 5% 10%;
|
|
|
17 |
<style>
|
18 |
[data-testid="stAppViewContainer"] > .main {{
|
19 |
background-image: url("https://i.ibb.co/8dKsZpV/black-and-white-books-piled-stacks.jpg");
|
20 |
+
background-size: 110%;
|
21 |
background-position: top left;
|
22 |
background-repeat: no-repeat;
|
23 |
background-attachment: local;
|
|
|
28 |
[data-testid="stToolbar"] {{
|
29 |
right: 2rem;
|
30 |
}}
|
31 |
+
div.css-1ih2q7l.e1tzin5v0 {{
|
32 |
background-color: rgba(238, 238, 238, 0.5);
|
33 |
border: 10px solid #EEEEEE;
|
34 |
padding: 5% 5% 5% 10%;
|