Browse Source

improved CSS

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 15 hours ago
parent
commit
1ffafedc58
  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