Skip to content

Commit

Permalink
can I publish pls (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde authored Aug 23, 2024
1 parent d2adab9 commit f577476
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
5 changes: 3 additions & 2 deletions src/hemsedal24/activities.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@-moz-document url-prefix() {
p {
font-size: 1.25rem;
font-size: 1.5rem;
}
}
.bold {
Expand Down Expand Up @@ -164,8 +164,9 @@ html {
}

.bop {
width: 50%;
width: 192px;
}

p {
font-size: 1.2rem;
}
Expand Down
8 changes: 7 additions & 1 deletion src/hemsedal24/components/ActivityBlock.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@
}

p {
font-size: 100%;
font-size: 1rem;
font-family: 'Graphik Web';
}

@-moz-document url-prefix() {
p {
font-size: 1.2rem;
}
}

.textportion a {
all: unset;
text-underline-offset: 2px !important;
Expand Down
8 changes: 3 additions & 5 deletions src/hemsedal24/hemsedal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ html {
}

.overlay p {
font-size: 1.1rem;
font-size: 1rem;
}

.overlay h4 {
Expand Down Expand Up @@ -332,11 +332,9 @@ details[open] .disclosureArrow {
margin-top: 3rem;
min-width: 100%;
}

.bop {
width: 38%;
}
.bop img {
min-width: 100%;
width: 192px;
}

.overlay {
Expand Down
14 changes: 8 additions & 6 deletions src/hemsedal24/tingogtang.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
min-height: 100vh;
overflow: hidden;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
span,
p {
font-size: 1rem;
}
}
.tur h1,
.tur h2,
.tur h3 {
Expand Down Expand Up @@ -73,7 +78,7 @@ html {

.tt_textbox span {
display: inline-block;
font-size: 110%;
font-size: 1rem;
}

.ttheadertittel {
Expand Down Expand Up @@ -273,9 +278,6 @@ h4 {
width: 100%;
}
.bop {
width: 60%;
}
.bop img {
min-width: 100%;
width: 192px;
}
}
12 changes: 6 additions & 6 deletions src/hemsedal24/tingogtang.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ const TingogTang: NextPage = () => {
</div>
<div className={styles.tingogtangbody}>
<div className={styles.tt_textbox}>
<span style={{ fontWeight: 600 }}>
<p style={{ fontWeight: 600 }}>
Noe du lurer på om turen? Du finner litt praktisk info her!🌟
</span>
<span style={{ fontStyle: 'italic' }}>
</p>
<p style={{ fontStyle: 'italic' }}>
(Ikke hos takterrasse-naboen... Marie, Thomas og Andreas har
allerede sjekket)
</span>
</p>
<br />
<br />
<span>
<p>
Dersom det er noe annet du lurer så er det bare å huke tak i sin
nærmeste Variant og spørre🤝
</span>
</p>
</div>
<div className={styles.snokimg}>
<img src={snok} alt="folk som snoker" />
Expand Down

0 comments on commit f577476

Please sign in to comment.