Juno360219 commited on
Commit
1e198bb
1 Parent(s): 50dbd39
Files changed (1) hide show
  1. style.css +16 -3
style.css CHANGED
@@ -1,4 +1,17 @@
1
- <svg fill="#80CFFF" fill-rule="evenodd" height="323.34444vmin" viewBox="0 0 323.34444vmin 323.34444vmin" viewBoxUnit="objectBoundingBox" width="323.34444vmin"> <path d="m 160.5428 142.7468 l .0198,-108.8514a .0088,.008
2
- .card p:last-child {
3
- margin-bottom: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
+ h {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: space-between;
5
+ flex-direction: column;
6
+ }
7
+ h span {
8
+ display: flex;
9
+ width: 25vh;
10
+ flex-direction: row;
11
+ align-items: center;
12
+ }
13
+ h svg {
14
+ position: absolute;
15
+ top: 0;
16
+ width: 100%;
17
  }