UI test
This commit is contained in:
parent
15bb785947
commit
8c38f1df41
8 changed files with 490 additions and 21 deletions
|
@ -133,7 +133,8 @@ pre {
|
|||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
align-items: center;
|
||||
width: calc(100vw - 20px)
|
||||
width: var(--elem-width);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.header-link,
|
||||
|
@ -157,10 +158,9 @@ pre {
|
|||
|
||||
.header-img {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
height: 2.5em;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
|
@ -184,3 +184,14 @@ iframe {
|
|||
height: 360px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.header a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue