Deleted phone patterns, udpated styles

This commit is contained in:
Eugene Serb 2022-06-23 17:42:16 +03:00
parent 2c3ade0d26
commit 6fc415d996
2 changed files with 1 additions and 28 deletions

View File

@ -1,27 +0,0 @@
[
{
"name": "Mobile Dotted",
"type": "Simple",
"icon": "😌",
"pattern": [ 100, 100 ]
},
{
"name": "Mobile Short Dashed",
"type": "Simple",
"icon": "🙂",
"pattern": [ 250, 100 ]
},
{
"name": "Mobile Long Dashed",
"type": "Simple",
"icon": "🙂",
"pattern": [ 500, 100 ]
},
{
"name": "Mobile Constant",
"type": "Simple",
"icon": "🙂",
"pattern": [ 1000 ]
}
]

View File

@ -482,7 +482,7 @@ table, th, td {
flex-direction: column;
justify-content: center;
text-align: center;
font-size: 18px;
font-size: 16px;
}
@media only screen and (min-width: 540px) {