|
|
@ -119,7 +119,6 @@ hr { |
|
|
list-style: none; |
|
|
list-style: none; |
|
|
text-align: justify; |
|
|
text-align: justify; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 30%; |
|
|
|
|
|
top: 50%; |
|
|
top: 50%; |
|
|
transform: translate(0, -50%); |
|
|
transform: translate(0, -50%); |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
@ -134,7 +133,7 @@ hr { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
|
width: 30%; |
|
|
width: 30%; |
|
|
height: 100%; |
|
|
|
|
|
|
|
|
height: 110px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
border-color: rgba(100,190,12,0.7); |
|
|
border-color: rgba(100,190,12,0.7); |
|
|
background-color: rgba(255,255,255,0.7); |
|
|
background-color: rgba(255,255,255,0.7); |
|
|
|