Add scroll to top function

Add share buttons to news item
Add logo to footer
This commit is contained in:
Jorit Tijsen
2024-03-20 15:13:59 +01:00
parent 180c5d01be
commit 25b3d41bf1
15 changed files with 184 additions and 20 deletions

21
public/css/style.css vendored
View File

@@ -70,6 +70,14 @@ body {
width: fit-content;
margin: 0 auto;
}
.btn.btn_facebook_share {
background-image: none;
background-color: #0f259d;
}
.btn.btn_twitter_x_share {
background-image: none;
background-color: #5ba8f4;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
@@ -1079,7 +1087,7 @@ div.pp_default .pp_close:hover {
padding: 0;
list-style: none;
height: 31px;
margin-top: 20px;
margin: 20px 0;
}
.post_container .post_tags li {
float: left;
@@ -1350,10 +1358,21 @@ div.pp_default .pp_close:hover {
margin: 0;
padding: 0;
list-style: none;
float: left;
margin-bottom: 20px;
}
.footer_container .footer_menu2 li {
float: left;
margin-right: 40px;
padding: 9px 0;
}
.footer_container .footer_menu2 li:first-child {
padding: 0;
}
.footer_container .footer_menu2 li .logo {
display: block;
width: 115px;
height: 41px;
}
.footer_container .footer_menu2 li a {
text-decoration: underline;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long