Update assets/css/custom.css file

#2
by nadijagr - opened
Files changed (1) hide show
  1. assets/css/custom.css +12 -0
assets/css/custom.css CHANGED
@@ -90,3 +90,15 @@ img[src*="#chart-icon"] {
90
  .intro-text ul:last-of-type {
91
  margin-bottom: 0;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  .intro-text ul:last-of-type {
91
  margin-bottom: 0;
92
  }
93
+
94
+ .anchor-container {
95
+ background: #060a17;
96
+ bottom: 0;
97
+ display: flex;
98
+ font-weight: 600;
99
+ gap: 2rem;
100
+ padding: 4px;
101
+ place-content: baseline center;
102
+ position: fixed;
103
+ width: 100%;
104
+ }