Skip to content

Commit

Permalink
css update
Browse files Browse the repository at this point in the history
  • Loading branch information
metastable-void committed May 1, 2024
1 parent 808b86c commit c2c224e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ h2 {
background-color: #e1f0dd;
background-image: url("../../assets/img/bg-1.svg");
background-size: cover;
padding: 1rem;
}

#top-bar {
Expand Down Expand Up @@ -155,13 +156,17 @@ h2 {
font-size: 1.25em;
font-weight: 300;
padding: 1em;
padding-block-start: 30%;
padding-block-start: 15%;
padding-block-end: 15%;
background-position: center start;
background-size: cover;
text-align: end;
color: $accent-text-color;
color: $text-color;
background-color: #ffffff80;
font-weight: bold;
text-shadow: #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 1px 1px 0, #000 0 1px 0, #000 -1px 0 0, #000 1px 0 0, #000 0 -1px 0, #000 0 0 .25em, #000 0 0 .25em, #000 0 0 .25em, #000 0 0 .25em;
box-sizing: border-box;
inline-size: 60%;
max-inline-size: 32rem;
margin-inline-start: auto;
}

#twitter-timeline {
Expand Down

0 comments on commit c2c224e

Please sign in to comment.