remove wrapper class
This commit is contained in:
parent
2052aefae0
commit
7108d5eadc
2 changed files with 6 additions and 4 deletions
|
@ -23,6 +23,10 @@ import Nav from '../components/Nav.astro';
|
|||
line-height: 2;
|
||||
margin-top: 4em;
|
||||
}
|
||||
|
||||
.wrapper.bio {
|
||||
max-width: 50em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -36,7 +40,7 @@ import Nav from '../components/Nav.astro';
|
|||
src="https://images.unsplash.com/photo-1581977012607-4091712d36f9?auto=format&fit=crop&w=1400&h=350&q=75"
|
||||
/>
|
||||
</div>
|
||||
<div class="bio wrapper wrapper__readable">
|
||||
<div class="bio wrapper">
|
||||
<p>
|
||||
Cream cheese say cheese stinking bishop. Brie fondue hard cheese bocconcini feta camembert
|
||||
de normandie babybel airedale. Red leicester swiss manchego mascarpone pepper jack
|
||||
|
|
|
@ -84,6 +84,4 @@ h1 {
|
|||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
.wrapper__readable {
|
||||
max-width: 50em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue