Bind work title and accent
This commit is contained in:
16
styles.css
16
styles.css
@@ -249,6 +249,12 @@ button {
|
||||
margin-bottom: var(--section-head-box-gap);
|
||||
}
|
||||
|
||||
.section-title-lockup {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
font-size: clamp(2.6rem, 4.4vw, 4.3rem);
|
||||
max-width: 10.5ch;
|
||||
@@ -269,6 +275,11 @@ button {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.section-title-lockup--work .section-title--work {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.section-head--process {
|
||||
position: relative;
|
||||
}
|
||||
@@ -713,6 +724,11 @@ button {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.section-title-lockup--work {
|
||||
display: block;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.section-head__accent--process {
|
||||
right: -0.25rem;
|
||||
top: -3.4rem;
|
||||
|
||||
Reference in New Issue
Block a user