Skip to content

Commit 89e70fd

Browse files
NFC-135 Resize logo
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
1 parent 67c460f commit 89e70fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# web-eid-authtoken-validation-java
22

3-
![European Regional Development Fund](example/src/main/resources/static/img/eu-fund-flags.jpg)
3+
<img src="example/src/main/resources/static/img/eu-fund-flags.jpg" width="300" alt="European Regional Development Fund">
44

55
*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.
66

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web eID Spring Boot example
22

3-
![European Regional Development Fund](src/main/resources/static/img/eu-fund-flags.jpg)
3+
<img src="src/main/resources/static/img/eu-fund-flags.jpg" width="300" alt="European Regional Development Fund">
44

55
This project is an example Spring Boot web application that shows how to implement strong authentication
66
and digital signing with electronic ID smart cards using Web eID.

example/src/main/resources/static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body {
6565
}
6666

6767
.eu-logo-fixed img {
68-
height: 110px;
68+
height: 120px;
6969
}
7070

7171
/* Remove blue focus outline from accordion buttons */

0 commit comments

Comments
 (0)