helmfridsson commited on
Commit
16e9003
·
verified ·
1 Parent(s): a05c60a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +17 -0
style.css CHANGED
@@ -125,6 +125,23 @@ h2, h3, h4, p, span, label, li {
125
  display: none !important;
126
  }
127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  /* =====================================================
129
  HUVUDFRÅGOR (Buttons / Cards)
130
  ===================================================== */
 
125
  display: none !important;
126
  }
127
 
128
+ /* Ta bort Gradio-h1-linjen */
129
+ .prose h1 {
130
+ border-bottom: none !important;
131
+ }
132
+
133
+ /* Header */
134
+ .header {
135
+ display: flex;
136
+ justify-content: center;
137
+ margin: 20px 0;
138
+ }
139
+
140
+ .brain-header {
141
+ width: 120px;
142
+ height: auto;
143
+ }
144
+
145
  /* =====================================================
146
  HUVUDFRÅGOR (Buttons / Cards)
147
  ===================================================== */