style investigation-summary
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
This commit is contained in:
parent
a7f45c1ed6
commit
f2ca803842
5 changed files with 40 additions and 29 deletions
|
|
@ -4,22 +4,21 @@
|
|||
left: 0;
|
||||
|
||||
.page-title-small{
|
||||
color: var(--color-txt-light);
|
||||
font-size: var(--fs-small);
|
||||
top: calc(var(--spacing)*0.25);
|
||||
right: calc(var(--spacing)*0.25);
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
z-index: 200;
|
||||
}
|
||||
color: var(--color-txt-light);
|
||||
font-size: var(--fs-small);
|
||||
top: calc(var(--spacing)*0.25);
|
||||
right: calc(var(--spacing)*0.25);
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
z-index: 200;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
padding: 5px 1ch;
|
||||
@media #{$medium}{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// @media #{$medium}{
|
||||
// width: calc(100vw - var(--padding-body)*2);
|
||||
// position: relative;
|
||||
// left: 0;
|
||||
// }
|
||||
|
||||
@media #{$small}{
|
||||
width: 100vw;
|
||||
left: calc(var(--padding-body)*-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue