File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change 34
34
<v-row >
35
35
<!-- What is Scapy -->
36
36
<v-col cols =" 12" lg =" 7" class =" d-flex" >
37
- <v-card variant =" tonal" title =" What is Scapy?" >
37
+ <v-card variant =" tonal" >
38
+ <v-card-title >
39
+ <h4 >What is Scapy?</h4 >
40
+ </v-card-title >
38
41
<v-card-text >
39
42
<v-row >
40
43
<v-col cols =" 12" sm =" 4" >
79
82
</v-col >
80
83
<!-- Documentation -->
81
84
<v-col cols =" 12" lg =" 8" >
82
- <v-card variant =" tonal" title =" Documentation" >
85
+ <v-card variant =" tonal" >
86
+ <v-card-title >
87
+ <h4 >Documentation</h4 >
88
+ </v-card-title >
83
89
<v-card-text class =" text-body-2 align-content-center" >
84
90
<p >
85
91
The official Scapy documentation can be found online on readthedocs:
153
159
</v-col >
154
160
<!-- Maintainers -->
155
161
<v-col cols =" 12" lg =" 4" class =" d-flex flex-column" >
156
- <v-card variant =" tonal" title =" Maintainers" class =" flex-grow-1 flex-shrink-1" >
162
+ <v-card variant =" tonal" class =" flex-grow-1 flex-shrink-1" >
163
+ <v-card-title >
164
+ <h4 >Maintainers</h4 >
165
+ </v-card-title >
157
166
<v-card-text class =" text-body-2" >
158
167
<v-row >
159
168
<v-col cols =" 6" sm =" 4" lg =" 6" >
175
184
<!-- Downloads -->
176
185
<v-col cols =" 12" >
177
186
<div ref =" downloads_section" >
178
- <v-card variant =" tonal" title =" Downloads & Installation" >
187
+ <v-card variant =" tonal" >
188
+ <v-card-title >
189
+ <h4 >Downloads & Installation</h4 >
190
+ </v-card-title >
179
191
<v-card-text class =" text-body-2" >
180
192
<p >
181
193
There are several ways of installing Scapy, depending on your plateform.
@@ -340,4 +352,10 @@ a:visited {
340
352
code .bash :before {
341
353
content : ' $ ' ;
342
354
}
355
+
356
+ /* Thinner h4 titles */
357
+ h4 {
358
+ font-weight : 500 ;
359
+ padding : 2px 0px 2px 0px ;
360
+ }
343
361
</style >
You can’t perform that action at this time.
0 commit comments