Reduce padding top from 20px to 5px

This commit is contained in:
mmcw-dev 2017-10-23 20:54:03 -04:00
parent 39e89b4b33
commit 621464973a
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@
}
#app,
#settings{
padding: 20px 10% 0 10%;
padding: 5px 10% 0 10%;
}
#settings{
display: none;
@ -206,6 +206,9 @@
#str{
color: #fff;
}
#counter{
text-align: center;
}
</style>
</head>
<body>