mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
Added mobile-patterns.json, updated patterns styles
This commit is contained in:
parent
9a27221f6d
commit
1a98096cfd
27
assets/mobile-patterns.json
Normal file
27
assets/mobile-patterns.json
Normal file
@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"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 ]
|
||||
}
|
||||
]
|
||||
|
@ -465,14 +465,21 @@ table, th, td {
|
||||
|
||||
.wavelovers {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column-reverse;
|
||||
justify-content: flex-start;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 540px) {
|
||||
.wavelovers {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
|
Loading…
Reference in New Issue
Block a user