mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
improve styling of footer
This commit is contained in:
parent
79dc1160c8
commit
1175b789d1
2 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@ class Footer extends Component {
|
|||
render() {
|
||||
return (
|
||||
<footer className="app-footer">
|
||||
<a href="http://www.fein-aachen.org/projects/villas-framework/">VILLASweb</a> - Copyright © {new Date().getFullYear()} - <a href="https://acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a> - <a href="https://www.rwth-aachen.de">RWTH Aachen University</a>
|
||||
Copyright © {new Date().getFullYear()} - <a href="https://acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a> - <a href="https://www.rwth-aachen.de">RWTH Aachen University</a>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -80,6 +80,10 @@ body {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.app-footer a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.app-body {
|
||||
padding: 15px 5px 0px 5px;
|
||||
}
|
||||
|
@ -136,7 +140,7 @@ body {
|
|||
.menu-sidebar ul {
|
||||
padding-top: 10px;
|
||||
list-style: none;
|
||||
white-space: nowrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.menu-sidebar a::after {
|
||||
|
|
Loading…
Add table
Reference in a new issue