Shaltiel commited on
Commit
8038eb6
1 Parent(s): dd0a0ad

Fixed border

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -60,8 +60,12 @@ with gr.Blocks(css='''
60
  display: flex;
61
  flex-direction: row;
62
  align-items: center;
 
 
 
63
  }
64
 
 
65
  @media (max-width: 768px) {
66
  .dicta-header {
67
  flex-direction: column; /* Change to vertical for mobile devices */
 
60
  display: flex;
61
  flex-direction: row;
62
  align-items: center;
63
+ box-shadow: var(--block-shadow);
64
+ border-color: var(--block-border-color);
65
+ border-width: 1px;
66
  }
67
 
68
+
69
  @media (max-width: 768px) {
70
  .dicta-header {
71
  flex-direction: column; /* Change to vertical for mobile devices */