|
@@ -20,6 +20,7 @@
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 30vh);
|
|
|
font-size: 4.5vh;
|
|
|
+ font-weight: 200;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
"
|
|
@@ -150,7 +151,7 @@ export default {
|
|
|
|
|
|
.title {
|
|
|
text-align: center;
|
|
|
- font-size: 8vh;
|
|
|
+ font-size: 8.5vh;
|
|
|
color: #fff;
|
|
|
font-weight: 600;
|
|
|
// text-shadow: 0 0 5px #fff,
|
|
@@ -170,7 +171,7 @@ export default {
|
|
|
color: #fff;
|
|
|
width: 100%;
|
|
|
color: #fff;
|
|
|
- // margin: 2% 2%;
|
|
|
+ margin: 2% auto;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
// text-shadow: 0 0 5px #fff,
|