Skip to content

Commit ffff86e

Browse files
committed
Fix: ginormous card fonts
Fix: drop shadow in nav bar
1 parent 1190ec6 commit ffff86e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

_packaging/packaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create your Python package structure"
2+
title: "Create Python package structure"
33
excerpt: "Learn about the best way to create your Python package."
44
subpages:
55
- name: The structure of a Python package

_sass/minimal-mistakes/_pyos-cards.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
align-items: stretch;
2020

2121
.card {
22+
font-size: .8em;
2223
display: flex;
2324
flex-direction: column;
2425
background-color: #fff;

_sass/minimal-mistakes/_pyos-dropdown.scss

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
margin-right: auto;
2929
display: block;
3030
max-height: 3rem!important;
31+
box-shadow: none!important;
3132
}
3233

3334

0 commit comments

Comments
 (0)