nadijagr commited on
Commit
72cc390
·
verified ·
1 Parent(s): 6182873

Update custom.css

Browse files

Add styling for banner component

Files changed (1) hide show
  1. assets/css/custom.css +19 -0
assets/css/custom.css CHANGED
@@ -8,3 +8,22 @@ img[src*="#my-image"] {
8
  #page-header {
9
  padding-left: 8px;
10
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  #page-header {
9
  padding-left: 8px;
10
  }
11
+
12
+ .anchor-container {
13
+ background: #060a17;
14
+ bottom: 0;
15
+ display: flex;
16
+ font-weight: 600;
17
+ gap: 2rem;
18
+ padding: 4px;
19
+ place-content: baseline center;
20
+ position: fixed;
21
+ width: 100%;
22
+ height: 2rem;
23
+ }
24
+
25
+ .anchor-div {
26
+ display: flex;
27
+ flex-direction: row;
28
+ justify-content: center;
29
+ }