/*
 Theme Name:   GlobalGoals Astra Child Theme
 Theme URI:    https://wpastra.com/
 Description:  Child Theme für das Astra Theme
 Author:       Tim
 Author URI:   https://gloabalgoals.hamburg
 Template:     astra
 Version:      1.0.0
*/

.globalgoals-post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
.prev-post a, .next-post a {
    text-decoration: none;
    color: #0073aa;
  }