Update style.css
Browse files
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 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
}
|