Private
Public Access
1
0

add search box to user list

This commit is contained in:
2017-01-26 14:18:34 +01:00
parent fe5378f69b
commit a8ac13850b
6 changed files with 247 additions and 50 deletions

View File

@@ -251,6 +251,11 @@ main div.txt {
margin: 50px auto 0 auto;
}
main .txt h1 {
font-weight: bold;
text-align: center;
}
main div.txt h2 {
margin: 0 0 50px 0;
}
@@ -276,10 +281,6 @@ main .technologies img {
margin: 20px;
}
main .technologies h1 {
font-weight: bold;
}
footer {
background: #414040;
width: 100%;
@@ -320,7 +321,7 @@ footer nav ul li a:hover {
color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
@media screen and (max-width: 1200px) {
header section #id_welcome {
align-items: center;
justify-content: center;