Skip to content

Commit

Permalink
fix some wording and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiam committed Oct 6, 2021
1 parent 3a95db2 commit e18307a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.6/marked.min.js https://random-code-tips-test.surge.sh https://random-code-tips.surge.sh; style-src https://cdn.jsdelivr.net/gh/hchiam/[email protected]/style.css https://random-code-tips-test.surge.sh https://random-code-tips.surge.sh; connect-src https://raw.githubusercontent.com; child-src 'self'"
/>
<title>Random Clean Code Tips</title>
<title>Random Code Tips</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/hchiam/[email protected]/style.css"
Expand All @@ -18,7 +18,7 @@
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Random Clean Code Tip and Code Review Tip</h1>
<h1>Random Code Tips:</h1>
<p>
<i
>Dynamically generated from
Expand All @@ -34,8 +34,8 @@ <h1>Random Clean Code Tip and Code Review Tip</h1>
>ryanmcdermott/code-review-tips</a
>.</i
>
<button id="calendar">Set up calendar reminder</button>
</p>
<button id="calendar">Set up calendar reminder</button>
<main>
<section>
<h2>Random Clean Code Tip:</h2>
Expand Down
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
main {
display: flex;
flex-direction: column;
justify-content: center;
height: 50vh;
position: relative;
margin-left: 1rem;
margin-top: 2rem;
}

section {
margin: 3rem 0;
margin: 1rem 0;
}

[id^="tip_heading_goes_here"]:after {
Expand Down

0 comments on commit e18307a

Please sign in to comment.