Compare commits

...

1 Commits

Author SHA1 Message Date
Stephan Richter 1ffafedc58 improved CSS 9 hours ago
  1. 4
      web/src/main/resources/web/css/bloodshed.css
  2. 4
      web/src/main/resources/web/css/default.css
  3. 4
      web/src/main/resources/web/css/winter.css

4
web/src/main/resources/web/css/bloodshed.css

@ -53,6 +53,10 @@ footer { @@ -53,6 +53,10 @@ footer {
margin: 5px;
}
img {
max-width: 100%;
}
nav {
position: sticky;
z-index: 100;

4
web/src/main/resources/web/css/default.css

@ -53,6 +53,10 @@ footer { @@ -53,6 +53,10 @@ footer {
margin: 5px;
}
img {
max-width: 100%;
}
nav {
position: sticky;
z-index: 100;

4
web/src/main/resources/web/css/winter.css

@ -53,6 +53,10 @@ footer { @@ -53,6 +53,10 @@ footer {
margin: 5px;
}
img {
max-width: 100%;
}
nav {
position: sticky;
z-index: 100;

Loading…
Cancel
Save