AIdeaText commited on
Commit
4b27265
1 Parent(s): 3b2b642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -14,11 +14,15 @@ def apply_custom_css():
14
  <style>
15
  .top-bar {
16
  display: flex;
 
17
  justify-content: space-between;
18
- align-items: center;
19
  padding: 1rem 0;
20
  background-color: #f0f2f6;
21
  }
 
 
 
22
  .welcome-message {
23
  font-size: 1.2rem;
24
  font-weight: bold;
 
14
  <style>
15
  .top-bar {
16
  display: flex;
17
+ flex-flow: row wrap;
18
  justify-content: space-between;
19
+ align-items: baseline;
20
  padding: 1rem 0;
21
  background-color: #f0f2f6;
22
  }
23
+ .navigation li:last-of-type a {
24
+ border-bottom: none;
25
+ }
26
  .welcome-message {
27
  font-size: 1.2rem;
28
  font-weight: bold;