Reduce padding top from 20px to 5px
This commit is contained in:
parent
39e89b4b33
commit
621464973a
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
#app,
|
#app,
|
||||||
#settings{
|
#settings{
|
||||||
padding: 20px 10% 0 10%;
|
padding: 5px 10% 0 10%;
|
||||||
}
|
}
|
||||||
#settings{
|
#settings{
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -206,6 +206,9 @@
|
||||||
#str{
|
#str{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
#counter{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue