Commit 4dc5728 1 parent c1d61b8 commit 4dc5728 Copy full SHA for 4dc5728
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ body.admin-bar {
39
39
40
40
.navbar {
41
41
42
+ > .container {
43
+ padding-left : 0 ;
44
+ }
45
+
42
46
& -main {
43
47
border-bottom : 1px solid $darkgray ;
44
48
transition : 0.3s ;
@@ -270,8 +274,6 @@ body {
270
274
align-items : center ;
271
275
272
276
@include media-breakpoint-down (sm) {
273
- height : 55px ;
274
- width : 55px ;
275
277
padding : 8px ;
276
278
}
277
279
}
Original file line number Diff line number Diff line change 16
16
?>
17
17
18
18
<!-- Facebook Meta Tags -->
19
- <meta property="og:url" content="<?php esc_url ( the_permalink () ); ?> ">
19
+ <meta property="og:url" content="<?php the_permalink (); ?> ">
20
20
<meta property="og:type" content="website">
21
21
<meta property="og:title" content="<?php echo esc_attr ( get_the_title () ); ?> ">
22
22
<meta property="og:description" content="<?php echo esc_attr ( wp_strip_all_tags ( (string ) get_the_excerpt () ) ); ?> ">
You can’t perform that action at this time.
0 commit comments