-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9323d65
commit ff81cfd
Showing
3 changed files
with
37 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
// put your custom CSS here! | ||
|
||
img, iframe{ | ||
border-radius: 12px; | ||
} | ||
|
||
|
||
|
||
table { | ||
border: 1px solid gray; | ||
width: 100%; | ||
padding: 1.5em; | ||
border-collapse: collapse; | ||
width: auto; | ||
table-layout: fixed; | ||
} | ||
|
||
td, th { | ||
padding: 0.2em 1em; | ||
border: 1px solid gray; | ||
word-wrap: break-word; | ||
white-space:pre-wrap; | ||
} |