Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ckych3n committed Nov 29, 2023
1 parent dc2d725 commit b1d43bb
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions common.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,14 @@ mark {
border: var(--border-style);
}

.colophon-sticky-2 {
background-color: var(--post-it-color-2);
}

.colophon-sticky-3 {
background-color: var(--post-it-color-3);
}

.colophon-sticky-1 > header > p, .colophon-sticky-2 > header > p, .colophon-sticky-3 > header > p {
font-size: 2rem;
}
Expand Down Expand Up @@ -501,7 +509,7 @@ mark {
border-top: var(--border-style);
/* border-bottom: var(--border-style); */

margin-top: 5rem;
/* margin-top: 5rem; */
}

.container_style-one > header {
Expand Down Expand Up @@ -1130,7 +1138,7 @@ mark {

/* CONTAINER STYLE ONE class styles {starts} */
.container_style-one {
margin-top: var(--container-margin-top);
/* margin-top: var(--container-margin-top); */

display: flex;
flex-direction: row;
Expand Down Expand Up @@ -1180,7 +1188,7 @@ mark {
position: relative;
top: 0;

margin-top: var(--container-margin-top);
/* margin-top: var(--container-margin-top); */

display: flex;
flex-direction: row-reverse;
Expand Down

0 comments on commit b1d43bb

Please sign in to comment.