Import repositories from gitlab
This commit is contained in:
17
next/components/articleBlock/style.module.scss
Normal file
17
next/components/articleBlock/style.module.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.articleBlock {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
h4 {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-top: 1rem;
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user