Styled the post list and added updating of posts
This commit is contained in:
parent
e77cac2fd5
commit
aef3bb6a1e
31 changed files with 1230 additions and 118 deletions
|
|
@ -1,4 +1,16 @@
|
|||
@import "bootstrap/dist/css/bootstrap.css";
|
||||
// Bootstrap customizations
|
||||
|
||||
$container-max-widths: (
|
||||
sm: 540px,
|
||||
md: 720px,
|
||||
lg: 960px,
|
||||
xl: 960px,
|
||||
xxl: 960px
|
||||
);
|
||||
|
||||
@import "bootstrap/scss/bootstrap.scss";
|
||||
|
||||
// Local classes
|
||||
|
||||
.post-form {
|
||||
display: grid;
|
||||
Loading…
Add table
Add a link
Reference in a new issue