feat: continue to work on site

This commit is contained in:
Stevan Freeborn
2023-04-09 23:13:02 -05:00
parent 85e7934c05
commit 5c411b4b9a
11 changed files with 177 additions and 31 deletions
+11 -1
View File
@@ -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;
}