Skip to content

Commit

Permalink
header and section adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipChicco committed Apr 11, 2024
1 parent 558fe98 commit e707e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/jekyll-theme-minimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import "rouge-github";

body {
background-color: #808080;
background-color: #ffffff;
padding:50px;
font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#727272;
Expand Down Expand Up @@ -119,7 +119,7 @@ kbd {
}

header {
width:270px;
width:120px;
float:left;
position:fixed;
-webkit-font-smoothing:subpixel-antialiased;
Expand Down Expand Up @@ -186,7 +186,7 @@ strong {
}

section {
width:500px;
width:650px;
float:right;
padding-bottom:50px;
}
Expand Down

0 comments on commit e707e1e

Please sign in to comment.