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, #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>