init.css 334 Bytes
Newer Older
Batuhan Taşkaya's avatar
Batuhan Taşkaya committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
body {
  padding-top: 5rem;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.feeded {
  padding: 3rem 1.5rem;
}

.feeddate {
  position: absolute;
  top: -0.2em;
  right: 20px;
  background: #fff;
  line-height:1.2em;
}