diff --git a/README.md b/README.md
index f5bed07d..e3aa6986 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# web-eid-authtoken-validation-java
-
+
*web-eid-authtoken-validation-java* is a Java library for issuing challenge nonces and validating Web eID authentication tokens during secure authentication with electronic ID (eID) smart cards in web applications.
diff --git a/example/README.md b/example/README.md
index c0b58131..1d6a3054 100644
--- a/example/README.md
+++ b/example/README.md
@@ -1,6 +1,6 @@
# Web eID Spring Boot example
-
+
This project is an example Spring Boot web application that shows how to implement strong authentication
and digital signing with electronic ID smart cards using Web eID.
diff --git a/example/src/main/resources/static/css/main.css b/example/src/main/resources/static/css/main.css
index 12b79bfe..255aa9bc 100644
--- a/example/src/main/resources/static/css/main.css
+++ b/example/src/main/resources/static/css/main.css
@@ -65,7 +65,7 @@ body {
}
.eu-logo-fixed img {
- height: 86px;
+ height: 120px;
}
/* Remove blue focus outline from accordion buttons */
diff --git a/example/src/main/resources/static/img/eu-fund-flags.jpg b/example/src/main/resources/static/img/eu-fund-flags.jpg
new file mode 100644
index 00000000..79f522a1
Binary files /dev/null and b/example/src/main/resources/static/img/eu-fund-flags.jpg differ
diff --git a/example/src/main/resources/static/img/eu-fund-flags.png b/example/src/main/resources/static/img/eu-fund-flags.png
new file mode 100644
index 00000000..2327bdd2
Binary files /dev/null and b/example/src/main/resources/static/img/eu-fund-flags.png differ
diff --git a/example/src/main/resources/static/img/eu-fund-flags.svg b/example/src/main/resources/static/img/eu-fund-flags.svg
deleted file mode 100644
index 0e99b0d4..00000000
--- a/example/src/main/resources/static/img/eu-fund-flags.svg
+++ /dev/null
@@ -1,787 +0,0 @@
-
-
diff --git a/example/src/main/resources/templates/index.html b/example/src/main/resources/templates/index.html
index 3b27bbe0..5ded6033 100644
--- a/example/src/main/resources/templates/index.html
+++ b/example/src/main/resources/templates/index.html
@@ -483,7 +483,7 @@