This commit is contained in:
parent
0e2b31b76e
commit
500f118cc9
2 changed files with 14 additions and 3 deletions
|
@ -45,12 +45,23 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 60%;
|
||||
width: 85%;
|
||||
background: rgb(255, 255, 255);
|
||||
transform: skew(-30deg);
|
||||
transform: skew(
|
||||
-15deg
|
||||
);
|
||||
transform-origin: top;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
#modal-overlay:before {
|
||||
width: 100%;
|
||||
transform: skew(
|
||||
20deg
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
color: #333;
|
||||
|
|
2
themes/gallo/static/css/tailwind.min.css
vendored
2
themes/gallo/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue