baseline for dfx-mdl
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
a09abe2e13
commit
c97cc68e61
22 changed files with 754 additions and 71 deletions
|
|
@ -1,4 +1,11 @@
|
|||
//
|
||||
.post {
|
||||
.mdl-card__supporting-text {
|
||||
padding: 16px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Styles for post
|
||||
//
|
||||
|
||||
|
|
@ -16,7 +23,7 @@
|
|||
flex-shrink: 0;
|
||||
|
||||
.post-container {
|
||||
max-width: 1600px;
|
||||
max-width: 960px;
|
||||
width: calc(100% - 16px);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue