mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-26 10:11:26 +00:00
Add a max-with to the img css
This commit is contained in:
@ -108,6 +108,11 @@
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style type="text/css">
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<!-- STYLISTIC NOTE: This document wraps on column 79 and at the end of every
|
||||
sentence. -->
|
||||
|
Reference in New Issue
Block a user