mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
rework checkbox function
This commit is contained in:
@@ -173,7 +173,7 @@ a {
|
||||
padding-left: 8rem;
|
||||
width: calc(100%-8rem);
|
||||
min-height: calc(100vh - 8rem);
|
||||
background-color: rgb(44, 44, 44, .75);
|
||||
background-color: rgb(44, 44, 44, .85);
|
||||
padding-bottom: 1rem;
|
||||
overflow: hidden;
|
||||
transition: .4s;
|
||||
@@ -725,7 +725,14 @@ a {
|
||||
transition: .4s;
|
||||
overflow-y: clip;
|
||||
height: auto;
|
||||
max-height: 100px;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.timeitem a {
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.timeline-item{
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
}
|
||||
|
||||
.checkbox-wrapper > div {
|
||||
margin-bottom: .5em;
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.checkbox-wrapper > div:last-child {
|
||||
|
||||
Reference in New Issue
Block a user