diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-07-02 18:39:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-07-08 11:50:53 -0400 |
commit | b7170b01b47a825d9de5664a0e8865ee5f655908 (patch) | |
tree | 54bc45c3821a99de42cdef3bb46f852383761107 /css | |
parent | 0db5a7271177e9792bf8cb24827ba4afa26c7a6d (diff) |
Add FRP with propagators post.
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index fd6c818..90c8a7a 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -209,6 +209,11 @@ footer { margin-right: 4rem; } +iframe { + border: none; + width: 100%; +} + /* Pagination */ .paginator { |