fix side-bar and space to footer
This commit is contained in:
parent
f322617548
commit
8e6ef07aad
@ -83,7 +83,6 @@ body {
|
||||
.side-bar-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.container {
|
||||
@ -148,6 +147,7 @@ body {
|
||||
color: white;
|
||||
background-color: #004191;
|
||||
font-size: 18px;
|
||||
|
||||
}
|
||||
|
||||
.img-container {
|
||||
@ -162,8 +162,7 @@ body {
|
||||
.sat-doc li {
|
||||
list-style: none;
|
||||
margin: 20px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding:0;
|
||||
width: 160px;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
@ -220,6 +219,7 @@ body {
|
||||
align-items: center;
|
||||
padding-right: 170px;
|
||||
padding-left: 170px;
|
||||
padding-bottom: 120px
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<nav class="top-nav">
|
||||
<div class="navbar">
|
||||
<img src="images/unilogo_schriftzug_white.png" clas="navbar-logo" />
|
||||
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"><img src="images/unilogo_schriftzug_white.png" clas="navbar-logo" /></a>
|
||||
|
||||
<p>Software Projects</p>
|
||||
<a href="#" class="contact">Contact</a>
|
||||
@ -99,6 +99,11 @@
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
|
||||
>IRS University of Stuttgart</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.uni-stuttgart.de/impressum" target="_blank"
|
||||
>imprint</a
|
||||
|
Reference in New Issue
Block a user