Skip to content

Commit 049440d

Browse files
committed
Reduce image widths to 80% of content width.
1 parent feb0a26 commit 049440d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ First, generate the project from https://start.vertx.io:
3131
. Select the `JDK 11` JDK version
3232
. Click on generate and extract the content somewhere on your disk
3333

34-
image::using-maven.png[title="Generating a Maven Project", alt="Generating a Maven Project", align="center"]
34+
image::using-maven.png[title="Generating a Maven Project", alt="Generating a Maven Project", align="center",width=80%]
3535

3636
Alternatively, open a terminal and run:
3737

@@ -92,7 +92,7 @@ First, generate the project from https://start.vertx.io:
9292
. Select the `JDK 11` JDK version
9393
. Click on generate and extract the content somewhere on your disk
9494

95-
image::using-gradle.png[title="Generating a Gradle Project", alt="Generating a Gradle Project", align="center"]
95+
image::using-gradle.png[title="Generating a Gradle Project", alt="Generating a Gradle Project", align="center",width=80%]
9696

9797
Alternatively, open a terminal and run:
9898

0 commit comments

Comments
 (0)