VinayHajare commited on
Commit
28b37f8
·
verified ·
1 Parent(s): 7dd8aac

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -6
style.css CHANGED
@@ -1,10 +1,10 @@
1
- /* General Container Style */
2
- .gradio-container{
3
  font-family: 'IBM Plex Sans', sans-serif;
4
  max-width: 730px !important;
5
  margin: auto;
6
- padding-top: 1.5 rem;
7
- text-align: center;
8
  }
9
  /* Button Styles */
10
  .gr-button {
@@ -69,10 +69,10 @@
69
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
70
  }
71
  /* Change the color of the red text to yellow */
72
- #content_align > span[style="color:darkred;font-size:42px;font-weight:bold"] {
73
  color: yellow !important;
74
  }
75
  /* Change the color of the blue text to white */
76
- #content_align > span[style="color:blue;font-size:32px;font-weight:bold"] {
77
  color: white !important;
78
  }
 
1
+ /* General Container Styles */
2
+ .gradio-container {
3
  font-family: 'IBM Plex Sans', sans-serif;
4
  max-width: 730px !important;
5
  margin: auto;
6
+ padding-top: 1.5rem;
7
+ text-align: center; /* Center the content horizontally */
8
  }
9
  /* Button Styles */
10
  .gr-button {
 
69
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
70
  }
71
  /* Change the color of the red text to yellow */
72
+ #content_align > span[style="color:darkred;font-size:32px;font-weight:bold"] {
73
  color: yellow !important;
74
  }
75
  /* Change the color of the blue text to white */
76
+ #content_align > span[style="color:blue;font-size:16px;font-weight:bold"] {
77
  color: white !important;
78
  }