Skip to content

Commit f2424dc

Browse files
committed
another review on mobile
and code cleanup
1 parent e328386 commit f2424dc

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ hide:
33
- navigation
44
- toc
55
template: home.html
6+
title: C/C++ Linting
67
---
78

8-
<!-- markdownlint-disable MD041 MD033 MD036 -->
9+
<!-- markdownlint-disable MD041 MD033 MD036 MD025 -->
10+
11+
# C/C++ Linting
912

1013
## Everything you need for linting C/C++ code
1114

docs/stylesheets/extra.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ th {
55
:root > * {
66
--cpp-linter-logo-color-green: #40b385;
77
--cpp-linter-logo-color-yellow: #ffc20a;
8-
--rocket: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.13 22.19-1.63-3.83c1.57-.58 3.04-1.36 4.4-2.27zM5.64 12.5l-3.83-1.63 6.1-2.77C7 9.46 6.22 10.93 5.64 12.5M21.61 2.39S16.66.269 11 5.93c-2.19 2.19-3.5 4.6-4.35 6.71-.28.75-.09 1.57.46 2.13l2.13 2.12c.55.56 1.37.74 2.12.46A19.1 19.1 0 0 0 18.07 13c5.66-5.66 3.54-10.61 3.54-10.61m-7.07 7.07c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0c.77.78.78 2.05 0 2.83s-2.05.78-2.83 0m-5.66 7.07-1.41-1.41zM6.24 22l3.64-3.64c-.34-.09-.67-.24-.97-.45L4.83 22zM2 22h1.41l4.77-4.76-1.42-1.41L2 20.59zm0-2.83 4.09-4.08c-.21-.3-.36-.62-.45-.97L2 17.76z"></path></svg>' )
98
}
109

1110
/* Hero section styling */
1211
.hero {
1312
text-align: center;
1413
padding: 4rem 0;
15-
/* background: linear-gradient(135deg, var(--md-primary-fg-color) 0%, var(--cpp-linter-logo-color-green) 100%); */
16-
/* background-size: 200% 200%; */
17-
/* animation: gradientShift 8s ease infinite; */
1814
background: var(--md-primary-fg-color);
1915
color: var(--md-primary-bg-color);
20-
/* margin: 0 -1em 3rem -1em; */
21-
/* border-radius: 0 0 1rem 1rem; */
2216
}
2317

2418
.hero h1 {
@@ -51,7 +45,7 @@ th {
5145
color: black;
5246
border: none;
5347
border-radius: unset;
54-
display: block;
48+
display: inline-block;
5549
}
5650

5751
.hero .md-button:hover {

0 commit comments

Comments
 (0)