Omnibus commited on
Commit
3033073
1 Parent(s): cfbf90f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -2
style.css CHANGED
@@ -32,12 +32,20 @@ p {
32
  word-wrap: break-word;
33
  display: flex;
34
  flex-direction: column;
 
 
 
 
 
35
  }
36
 
37
  .card p:last-child {
38
  margin-bottom: 0;
39
  }
40
  #link_class {
41
- margin:1;
42
- border-radius:5px;
 
 
 
43
  }
 
32
  word-wrap: break-word;
33
  display: flex;
34
  flex-direction: column;
35
+ align-items: center;
36
+ align-content: center;
37
+ width: 500px;
38
+ max-width: 100%;
39
+ }
40
  }
41
 
42
  .card p:last-child {
43
  margin-bottom: 0;
44
  }
45
  #link_class {
46
+ padding: 3;
47
+ border-radius: 5px;
48
+ background: aliceblue;
49
+ width: 100%;
50
+ margin: 2px;
51
  }