Skip to content

Commit e734447

Browse files
authored
Fix grid overlap. (#1)
1 parent 0b8fc56 commit e734447

3 files changed

Lines changed: 426 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@ version = "0"
55
license = { file = "LICENSE" }
66
requires-python = ">=3.8"
77
dependencies = [
8+
"click>=8.1.8",
9+
"flask>=3.0.3",
10+
"flask-flatpages>=0.8.3",
11+
"frozen-flask>=1.0.2",
812
"jinja2>=3.0.0",
13+
"markdown>=3.7",
14+
"urllib3>=2.2.3",
15+
"werkzeug>=3.0.6",
916
]

static/css/layout.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ nav {
313313
color: inherit;
314314
cursor: pointer;
315315
background-color: var(--bg);
316+
margin-right: -1px;
317+
margin-bottom: -1px;
316318
}
317319

318320
.team-card:hover {

0 commit comments

Comments
 (0)