

/*
=========================================================
BYLINE CSS
=========================================================
 * Innehåller styling för en sidas byline
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
BYLINE
--------------------------------------------------------- */

.lp-byline {
  border-top: 1px solid #eee;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 3rem 0 0;
  padding: 1rem 0 0;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
