Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
RoninDojo-Website-Old
Commits
092cf757
Unverified
Commit
092cf757
authored
Sep 25, 2020
by
Pavel Ševčík
Browse files
Reformatted code
parent
1310ad5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
src/components/Layout.tsx
src/components/Layout.tsx
+2
-8
src/css/defaults.css
src/css/defaults.css
+5
-3
No files found.
src/components/Layout.tsx
View file @
092cf757
...
...
@@ -95,10 +95,7 @@ export const Layout: FC = ({ children }) => {
<
h5
className
=
"white-text"
>
Resources
</
h5
>
<
ul
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://wiki.ronindojo.io/FAQ"
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://wiki.ronindojo.io/FAQ"
>
FAQ
</
a
>
</
li
>
...
...
@@ -113,10 +110,7 @@ export const Layout: FC = ({ children }) => {
</
a
>
</
li
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://wiki.ronindojo.io/en/Troubleshooting"
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://wiki.ronindojo.io/en/Troubleshooting"
>
Troubleshoot
</
a
>
</
li
>
...
...
src/css/defaults.css
View file @
092cf757
...
...
@@ -43,9 +43,11 @@ p {
* Project Page
*/
.project-page
{
padding-top
:
25px
}
.project-page
{
padding-top
:
25px
;
}
.card
.card-content
.card-title
{
border-bottom
:
1px
solid
rgba
(
160
,
160
,
160
,
0.2
);
border-bottom
:
1px
solid
rgba
(
160
,
160
,
160
,
0.2
);
padding
:
5px
5px
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment