restore hero text width
This commit is contained in:
parent
8398a4cb12
commit
c9d100ccb1
1 changed files with 2 additions and 3 deletions
|
|
@ -438,10 +438,9 @@ const projects: Project[] = [
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 30rem) auto;
|
||||
grid-template-columns: 1fr auto;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
|
@ -450,7 +449,7 @@ const projects: Project[] = [
|
|||
}
|
||||
|
||||
.hero__text {
|
||||
max-width: 30rem;
|
||||
max-width: 36rem;
|
||||
}
|
||||
|
||||
.hero__headline {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue