update
This commit is contained in:
parent
a2c9e3b111
commit
9ea59800ad
2 changed files with 33 additions and 20 deletions
|
|
@ -195,7 +195,7 @@ body.sidebar-open #sidebar { transform: translateX(0); }
|
|||
.viewer > * {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 3rem 4vw;
|
||||
padding: 0;
|
||||
animation: fadeIn .4s ease-out;
|
||||
}
|
||||
|
||||
|
|
@ -204,16 +204,6 @@ body.sidebar-open #sidebar { transform: translateX(0); }
|
|||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
|
||||
.viewer iframe {
|
||||
flex: 1;
|
||||
width: 100vw;
|
||||
min-height: 100vh;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* HARMONIZER HEADER */
|
||||
.harmonizer-header {
|
||||
display: flex;
|
||||
|
|
@ -266,4 +256,16 @@ body.sidebar-open #sidebar { transform: translateX(0); }
|
|||
margin: 2rem auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.harmonized a {
|
||||
color: var(--accent);
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
.harmonized a:hover {
|
||||
text-shadow: 0 0 6px var(--accent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue