diff --git a/build.txt b/build.txt index 8021093..e69de29 100644 --- a/build.txt +++ b/build.txt @@ -1 +0,0 @@ -Build process completed successfully! diff --git a/src/App.php b/src/App.php index d42a0fe..fa86748 100644 --- a/src/App.php +++ b/src/App.php @@ -11,7 +11,7 @@ public function __construct() public function __toString() { - return __('Hello, world 3!', 'pressbooks-fake-plugin'); + return __('Hello, world 4!', 'pressbooks-fake-plugin'); } public function hi() diff --git a/src/assets/app.css b/src/assets/app.css index 1747d83..4b4fb1d 100644 --- a/src/assets/app.css +++ b/src/assets/app.css @@ -1,4 +1,4 @@ body{ margin: 1px; - padding: 1px; + padding: 0px; }