Skip to content

Commit

Permalink
even more browser stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shooft committed Apr 8, 2024
1 parent 7c5da95 commit 56b7d89
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions static/styles/getinspired.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ section.agenda article div h4 {

/* an activity - p's */
section.agenda article div p {
margin:.67em 0;
margin:.33em 0;
line-height:1.5em;
text-wrap: balance;
font-weight: 300;
Expand All @@ -120,7 +120,7 @@ section.agenda article div p:nth-of-type(2) *:not(s) {

/* an activity - links */
section.agenda article div ul {
margin:.67em 0;
margin:.33em 0;
}

section.agenda article div ul li {
Expand Down Expand Up @@ -154,6 +154,14 @@ section.agenda article img {
white-space: nowrap;
}

section.agenda article div p {
margin:.67em 0;
}

section.agenda article div ul {
margin:.67em 0;
}

section.agenda article div p:nth-of-type(2) *:not(s) {
position: relative;
gap:.5em;
Expand Down

0 comments on commit 56b7d89

Please sign in to comment.