fffiloni commited on
Commit
6856a80
1 Parent(s): 814d570

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -1
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;