Skip to content

Commit f4c9015

Browse files
Clean up HTML & CSS
1 parent 5540655 commit f4c9015

File tree

6 files changed

+168
-176
lines changed

6 files changed

+168
-176
lines changed

Public/css/bootstrap.css

Lines changed: 0 additions & 26 deletions
This file was deleted.

Public/css/common.css

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
body {
2-
width: 100vw;
32
height: 100vh;
4-
overflow: hidden;
53
}
64

7-
@media (max-width: 767.98px) {
8-
body {
9-
overflow-y: auto;
10-
}
5+
.swift-logo {
6+
width: 2rem;
7+
height: 2rem;
8+
}
119

12-
.column {
13-
height: 40vh;
14-
}
10+
.button-circle {
11+
width: 2rem;
12+
height: 2rem;
1513
}
1614

17-
#syntax-map {
18-
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
19-
font-size: 11pt;
20-
line-height: 1.5;
15+
.dropdown-menu {
16+
min-width: 280px;
17+
line-height: 1.2;
2118
}
2219

2320
.active-tick a::after {
24-
font-family: "Font Awesome 5 Pro";
21+
font-family: "Font Awesome 6 Pro";
2522
content: "\f00c";
2623
color: #0d6efd;
2724
float: right;
@@ -32,3 +29,35 @@ body {
3229
color: #0d6efd;
3330
float: right;
3431
}
32+
33+
.nav-item button {
34+
width: 168px;
35+
}
36+
37+
.tab-content {
38+
overflow: auto;
39+
}
40+
41+
#syntax-map {
42+
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
43+
font-size: 11pt;
44+
line-height: 1.5;
45+
}
46+
47+
.lined .nav-link {
48+
border: none;
49+
color: #868e96;
50+
border-bottom: 3px solid transparent;
51+
}
52+
53+
.lined .nav-link:hover {
54+
border: none;
55+
color: #0d6efd;
56+
border-bottom: 3px solid transparent;
57+
}
58+
59+
.lined .nav-link.active {
60+
background: none;
61+
color: #0d6efd;
62+
border-color: #0d6efd;
63+
}

0 commit comments

Comments
 (0)