mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Small design tweak
This commit is contained in:
parent
51bc430023
commit
80f7ee1f7b
|
@ -147,7 +147,7 @@ export default Vue.extend({
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
margin: 6em auto;
|
margin: 3em auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@media (max-height: 720px) {
|
@media (max-height: 720px) {
|
||||||
|
|
|
@ -58,7 +58,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
@media (max-height: 720px) {
|
@media (max-height: 1050px) {
|
||||||
|
margin: 4em auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-height: 930px) {
|
||||||
margin: 1em auto !important;
|
margin: 1em auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue