Skip to content

Commit

Permalink
fix styles after having ran locally :)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Jul 27, 2024
1 parent 09d768f commit b9698ab
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions src/frontpage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,21 @@ const Frontpage: FC<FrontpageProps> = ({ offlines }) => (
<AprilFoolsCaptcha />

Check failure on line 15 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L15

Replace `↹↹` with `····` (prettier/prettier)
<div

Check failure on line 16 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L16

Replace `↹↹` with `····` (prettier/prettier)
style={{

Check failure on line 17 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L17

Replace `↹↹↹` with `······` (prettier/prettier)
backgroundColor: "#f0f0f0",
padding: "20px",

Check failure on line 18 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L18

Replace `↹↹↹↹padding:·"20px"` with `········padding:·'20px'` (prettier/prettier)
borderRadius: "8px",

Check failure on line 19 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L19

Replace `↹↹↹↹borderRadius:·"8px"` with `········borderRadius:·'8px'` (prettier/prettier)
textAlign: "center",

Check failure on line 20 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L20

Replace `↹↹↹↹textAlign:·"center"` with `········textAlign:·'center'` (prettier/prettier)
boxShadow: "0 2px 4px rgba(0,0,0,0.1)",

Check failure on line 21 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L21

Replace `↹↹↹↹boxShadow:·"0·2px·4px·rgba(0,0,0,0.1)"` with `········boxShadow:·'0·2px·4px·rgba(0,0,0,0.1)'` (prettier/prettier)
marginBottom: "20px",

Check failure on line 22 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L22

Replace `↹↹↹↹marginBottom:·"20px"` with `········marginBottom:·'20px'` (prettier/prettier)
}}

Check failure on line 23 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L23

Replace `↹↹↹` with `······` (prettier/prettier)
>

Check failure on line 24 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L24

Replace `↹↹` with `····` (prettier/prettier)
<h3
style={{
fontSize: "2rem",
marginBottom: "10px",
color: "#333",
}}
>
Fadderukene!
</h3>
<p

Check failure on line 25 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L25

Replace `↹↹↹` with `······` (prettier/prettier)
style={{

Check failure on line 26 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L26

Replace `↹↹↹↹` with `········` (prettier/prettier)
fontSize: "1.1rem",

Check failure on line 27 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L27

Replace `↹↹↹↹↹fontSize:·"1.1rem"` with `··········fontSize:·'1.1rem'` (prettier/prettier)
marginBottom: "15px",
}}

Check failure on line 28 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L28

Replace `↹↹↹↹` with `········` (prettier/prettier)
>

Check failure on line 29 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L29

Replace `↹↹↹` with `······` (prettier/prettier)
Nytt semester betyr nye fadderuker!
Ser du etter informasjon om fadderukene?

Check failure on line 30 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L30

Replace `↹↹↹↹` with `········` (prettier/prettier)
<br />

Check failure on line 31 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L31

Replace `↹↹↹↹` with `········` (prettier/prettier)
<a
href="https://splash.online.ntnu.no/"
style={{
display: "inline-block",
padding: "10px 20px",
backgroundColor: "#007bff",
color: "white",
textDecoration: "none",
borderRadius: "5px",
transition: "background-color 0.3s",
marginTop: "10px",
}}
>
Gå til programmet
</a>
<a href="https://splash.online.ntnu.no/">Gå til programmet</a>

Check failure on line 32 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L32

Replace `↹↹↹↹` with `········` (prettier/prettier)
</p>

Check failure on line 33 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L33

Replace `↹↹↹` with `······` (prettier/prettier)
</div>

Check failure on line 34 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L34

Replace `↹↹` with `····` (prettier/prettier)
<EventsContainer />

Check failure on line 35 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L35

Replace `↹↹` with `····` (prettier/prettier)
Expand Down

0 comments on commit b9698ab

Please sign in to comment.