feat: continue to work on site
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
gap: 2rem;
|
||||
border-bottom: 1px solid #848586;
|
||||
padding: 5rem;
|
||||
max-width: 1450px;
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
@@ -12,16 +13,25 @@
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
padding: 2.5rem;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.container>article {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.container>article>p {
|
||||
margin-top: 20px;
|
||||
color: #c1c9d2
|
||||
}
|
||||
|
||||
.container>article>p>code {
|
||||
background-color: #0b3766;
|
||||
padding: 0.2rem 0.5rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user