Add scroll to top function
Add share buttons to news item Add logo to footer
This commit is contained in:
21
public/css/style.css
vendored
21
public/css/style.css
vendored
@@ -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
2
public/css/style.min.css
vendored
2
public/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user