Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EL-Captain-Website
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
EL-Captain-Website
Commits
338f6197
Commit
338f6197
authored
Jul 07, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix oversized module card icons — add explicit width/height
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
b99c33f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
home.css
public/css/home.css
+2
-0
index.html
public/index.html
+6
-6
No files found.
public/css/home.css
View file @
338f6197
...
...
@@ -196,6 +196,8 @@
.module-card__icon
{
width
:
28px
;
height
:
28px
;
min-width
:
28px
;
max-width
:
28px
;
color
:
var
(
--color-accent
);
flex-shrink
:
0
;
}
...
...
public/index.html
View file @
338f6197
...
...
@@ -130,7 +130,7 @@
<div
class=
"modules__grid"
>
<a
href=
"features.html#participants"
class=
"module-card"
>
<svg
class=
"module-card__icon"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<svg
class=
"module-card__icon"
width=
"28"
height=
"28"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<path
d=
"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"
/>
<circle
cx=
"9"
cy=
"7"
r=
"4"
/>
<path
d=
"M23 21v-2a4 4 0 0 0-3-3.87"
/>
...
...
@@ -141,7 +141,7 @@
</a>
<a
href=
"features.html#programs"
class=
"module-card"
>
<svg
class=
"module-card__icon"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<svg
class=
"module-card__icon"
width=
"28"
height=
"28"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<circle
cx=
"12"
cy=
"12"
r=
"10"
/>
<path
d=
"M12 6v6l4 2"
/>
</svg>
...
...
@@ -150,7 +150,7 @@
</a>
<a
href=
"features.html#finance"
class=
"module-card"
>
<svg
class=
"module-card__icon"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<svg
class=
"module-card__icon"
width=
"28"
height=
"28"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<path
d=
"M12 1v22"
/>
<path
d=
"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"
/>
</svg>
...
...
@@ -159,7 +159,7 @@
</a>
<a
href=
"features.html#attendance"
class=
"module-card"
>
<svg
class=
"module-card__icon"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<svg
class=
"module-card__icon"
width=
"28"
height=
"28"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<path
d=
"M9 11l3 3L22 4"
/>
<path
d=
"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"
/>
</svg>
...
...
@@ -168,7 +168,7 @@
</a>
<a
href=
"features.html#inventory"
class=
"module-card"
>
<svg
class=
"module-card__icon"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<svg
class=
"module-card__icon"
width=
"28"
height=
"28"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<path
d=
"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"
/>
<polyline
points=
"3.27 6.96 12 12.01 20.73 6.96"
/>
<line
x1=
"12"
y1=
"22.08"
x2=
"12"
y2=
"12"
/>
...
...
@@ -178,7 +178,7 @@
</a>
<a
href=
"features.html#hr"
class=
"module-card"
>
<svg
class=
"module-card__icon"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<svg
class=
"module-card__icon"
width=
"28"
height=
"28"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"1.5"
>
<rect
x=
"2"
y=
"3"
width=
"20"
height=
"14"
rx=
"2"
/>
<path
d=
"M8 21h8"
/>
<path
d=
"M12 17v4"
/>
...
...
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