feat: begin adding copy function to code component
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
gap: 1rem;
|
||||
gap: 2rem;
|
||||
border-bottom: 1px solid #848586;
|
||||
padding: 5rem;
|
||||
}
|
||||
@@ -12,11 +12,13 @@
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.container>article {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container>article>p {
|
||||
|
||||
Reference in New Issue
Block a user