Spaces:
Running
Running
Update 1_Sources.py
Browse files- pages/1_Sources.py +0 -16
pages/1_Sources.py
CHANGED
@@ -18,19 +18,6 @@ st.markdown("""
|
|
18 |
margin-bottom: 15px;
|
19 |
font-size: 1.8rem;
|
20 |
}
|
21 |
-
.subsection-header {
|
22 |
-
color: #3f51b5;
|
23 |
-
margin-top: 20px;
|
24 |
-
margin-bottom: 10px;
|
25 |
-
font-size: 1.4rem;
|
26 |
-
}
|
27 |
-
.source-container {
|
28 |
-
background-color: #f8faff;
|
29 |
-
border: 1px solid #e1e4f2;
|
30 |
-
border-radius: 8px;
|
31 |
-
padding: 20px;
|
32 |
-
margin: 15px 0;
|
33 |
-
}
|
34 |
.featured-saints {
|
35 |
background-color: #ffffff;
|
36 |
border: 1px solid #e1e4f2;
|
@@ -39,9 +26,6 @@ st.markdown("""
|
|
39 |
margin: 15px 0;
|
40 |
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
|
41 |
}
|
42 |
-
.tradition-section {
|
43 |
-
margin-bottom: 20px;
|
44 |
-
}
|
45 |
</style>
|
46 |
<div class="main-title">About Sources</div>
|
47 |
""", unsafe_allow_html=True)
|
|
|
18 |
margin-bottom: 15px;
|
19 |
font-size: 1.8rem;
|
20 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
.featured-saints {
|
22 |
background-color: #ffffff;
|
23 |
border: 1px solid #e1e4f2;
|
|
|
26 |
margin: 15px 0;
|
27 |
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
|
28 |
}
|
|
|
|
|
|
|
29 |
</style>
|
30 |
<div class="main-title">About Sources</div>
|
31 |
""", unsafe_allow_html=True)
|