Add project page
This commit is contained in:
@ -18,6 +18,6 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
||||
}
|
||||
/* .description {
|
||||
|
||||
} */
|
0
styles/Blog/Content.module.scss
Normal file
0
styles/Blog/Content.module.scss
Normal file
@ -1,16 +1,3 @@
|
||||
.container {
|
||||
|
||||
header {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.contentList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -17,3 +17,15 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#blogBody {
|
||||
header {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user