Reduce padding top from 20px to 5px
This commit is contained in:
parent
39e89b4b33
commit
621464973a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue