site fixes
This commit is contained in:
114
css/webflow-style.css
Executable file → Normal file
114
css/webflow-style.css
Executable file → Normal file
@ -294,54 +294,54 @@ pre.w-code-block code {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.w-webflow-badge, .w-webflow-badge * {
|
||||
z-index: auto;
|
||||
visibility: visible;
|
||||
box-sizing: border-box;
|
||||
float: none;
|
||||
clear: none;
|
||||
box-shadow: none;
|
||||
opacity: 1;
|
||||
direction: ltr;
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
font-style: inherit;
|
||||
font-variant: inherit;
|
||||
text-align: inherit;
|
||||
letter-spacing: inherit;
|
||||
-webkit-text-decoration: inherit;
|
||||
text-decoration: inherit;
|
||||
text-indent: 0;
|
||||
text-transform: inherit;
|
||||
text-shadow: none;
|
||||
font-smoothing: auto;
|
||||
vertical-align: baseline;
|
||||
cursor: inherit;
|
||||
white-space: inherit;
|
||||
word-break: normal;
|
||||
word-spacing: normal;
|
||||
word-wrap: normal;
|
||||
background: none;
|
||||
border: 0 #0000;
|
||||
border-radius: 0;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
max-height: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: disc;
|
||||
transition: none;
|
||||
display: block;
|
||||
position: static;
|
||||
inset: auto;
|
||||
overflow: visible;
|
||||
transform: none;
|
||||
.w-webflow-badge, .w-webflow-badge > img {
|
||||
box-sizing: unset;
|
||||
width: unset;
|
||||
height: unset;
|
||||
max-height: unset;
|
||||
max-width: unset;
|
||||
min-height: unset;
|
||||
min-width: unset;
|
||||
margin: unset;
|
||||
padding: unset;
|
||||
float: unset;
|
||||
clear: unset;
|
||||
border: unset;
|
||||
border-radius: unset;
|
||||
background: unset;
|
||||
background-image: unset;
|
||||
background-position: unset;
|
||||
background-size: unset;
|
||||
background-repeat: unset;
|
||||
background-origin: unset;
|
||||
background-clip: unset;
|
||||
background-attachment: unset;
|
||||
background-color: unset;
|
||||
box-shadow: unset;
|
||||
transform: unset;
|
||||
direction: unset;
|
||||
font-family: unset;
|
||||
font-weight: unset;
|
||||
color: unset;
|
||||
font-size: unset;
|
||||
line-height: unset;
|
||||
font-style: unset;
|
||||
font-variant: unset;
|
||||
text-align: unset;
|
||||
letter-spacing: unset;
|
||||
-webkit-text-decoration: unset;
|
||||
text-decoration: unset;
|
||||
text-indent: unset;
|
||||
text-transform: unset;
|
||||
list-style-type: unset;
|
||||
text-shadow: unset;
|
||||
vertical-align: unset;
|
||||
cursor: unset;
|
||||
white-space: unset;
|
||||
word-break: unset;
|
||||
word-spacing: unset;
|
||||
word-wrap: unset;
|
||||
transition: unset;
|
||||
}
|
||||
|
||||
.w-webflow-badge {
|
||||
@ -349,9 +349,10 @@ pre.w-code-block code {
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
z-index: 2147483647 !important;
|
||||
color: #aaadb0 !important;
|
||||
opacity: 1 !important;
|
||||
overflow: unset !important;
|
||||
background-color: #fff !important;
|
||||
border-radius: 3px !important;
|
||||
width: auto !important;
|
||||
@ -364,12 +365,12 @@ pre.w-code-block code {
|
||||
display: inline-block !important;
|
||||
position: fixed !important;
|
||||
inset: auto 12px 12px auto !important;
|
||||
overflow: visible !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.w-webflow-badge > img {
|
||||
visibility: visible !important;
|
||||
position: unset;
|
||||
visibility: unset !important;
|
||||
opacity: 1 !important;
|
||||
vertical-align: middle !important;
|
||||
display: inline-block !important;
|
||||
@ -2320,12 +2321,12 @@ h5 {
|
||||
grid-column-gap: 2.8vw;
|
||||
grid-row-gap: 2.8vw;
|
||||
background-color: var(--post-it);
|
||||
border: 4px solid #000;
|
||||
border: 2px solid #000;
|
||||
flex-flow: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 32vw;
|
||||
padding: 2.6vw;
|
||||
min-height: 28vw;
|
||||
padding: 2vw 2.2vw;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@ -2685,8 +2686,8 @@ h5 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-family: Gloria Hallelujah, sans-serif;
|
||||
font-size: 1.8vw;
|
||||
line-height: 2vw;
|
||||
font-size: 1.6vw;
|
||||
line-height: 1.8vw;
|
||||
}
|
||||
|
||||
.pi-reality-content {
|
||||
@ -2943,6 +2944,7 @@ h5 {
|
||||
}
|
||||
|
||||
.pi-reality {
|
||||
height: 7vw;
|
||||
margin-top: 1vw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user