Blog styles in module
This commit is contained in:
11
styles/Blog/Blog.module.scss
Normal file
11
styles/Blog/Blog.module.scss
Normal file
@ -0,0 +1,11 @@
|
||||
#blogBody {
|
||||
header {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 900px;
|
||||
margin: 40px auto;
|
||||
}
|
||||
}
|
@ -18,18 +18,6 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#blogBody {
|
||||
header {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
a.nostyle {
|
||||
text-decoration: inherit;
|
||||
color: inherit;
|
||||
|
Reference in New Issue
Block a user