Series table added to home page
@@ -13,23 +13,44 @@ footer {
|
||||
}
|
||||
|
||||
.div-right {
|
||||
margin-top: 1rem;
|
||||
margin-top: 0.45rem;
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
footer div span a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.contact-links{
|
||||
.contact-links {
|
||||
border: 0;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.contact-icons{
|
||||
font-size: 23px;
|
||||
.contact-img {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 520px) {
|
||||
.div-left {
|
||||
margin-top: 1.35rem;
|
||||
margin-left: 0.6rem;
|
||||
}
|
||||
|
||||
.div-right {
|
||||
margin-top: 0.65rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
|
||||
footer div span a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.contact-img {
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
}
|
||||
}
|
21
src/static/css/navbar.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.logo {
|
||||
width: 48px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.logo-link {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 510px) {
|
||||
.logo {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.logo-link {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
BIN
src/static/icons/edit.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
src/static/icons/email.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
src/static/icons/false-check-button.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
src/static/icons/github.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
src/static/icons/linkedin.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
src/static/icons/trash.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
src/static/icons/true-check-button.png
Normal file
After Width: | Height: | Size: 17 KiB |