Spaces:
Running
on
A10G
Running
on
A10G
Update style.css
Browse files
style.css
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
#col-container {max-width: 820px; margin-left: auto; margin-right: auto;}
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
a, a:hover, a:visited {
|
4 |
text-decoration-line: underline;
|
5 |
font-weight: 600;
|
|
|
1 |
#col-container {max-width: 820px; margin-left: auto; margin-right: auto;}
|
2 |
+
#duplicate-container{
|
3 |
+
display: flex;
|
4 |
+
justify-content: space-between;
|
5 |
+
align-items: center;
|
6 |
+
line-height: 1em;
|
7 |
+
flex-direction: row-reverse;
|
8 |
+
font-size:1em;
|
9 |
+
}
|
10 |
a, a:hover, a:visited {
|
11 |
text-decoration-line: underline;
|
12 |
font-weight: 600;
|