MCT-master / mct-master.github.io

The blog of MCT
https://mct-master.github.io
14 stars 9 forks source link

remove border at top of page #18

Closed aleksati closed 4 years ago

aleksati commented 4 years ago

This border is specified in the title section of the main CSS file. I don't see any reason for it to be there..?

Annotation 2020-07-13 212700

aleksati commented 4 years ago

We remove the border by replacing border-top with 0px instead of 8px (as it was originally) in the main.css

@import "minima";

.site-header {
  border-top: 0px solid #424242;
}