Skip to content

Commit e25947d

Browse files
authored
Apply purgecss (#443)
* purge footer css: remove link column * purge posts css: remove mathjax spacing * purge styles css: remove hero-headline, feature-card, and mt-30
1 parent 5774dfc commit e25947d

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

assets/theme-css/footer.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@
9898
background: var(--colorPrimaryDark);
9999
}
100100

101-
.link-column {
102-
display: block;
103-
flex-basis: 0;
104-
flex-grow: 1;
105-
flex-shrink: 1;
106-
}
107-
108101
.copyright {
109102
font-size: 12px;
110103
color: var(--colorSecondary);

assets/theme-css/posts.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
padding-top: 0.5rem;
7777
}
7878

79-
div.MathJax_Display {
80-
margin-top: 0;
81-
margin-bottom: 0;
82-
}
83-
8479
.post-featuredImage img {
8580
/* FIXME: Use color variable. */
8681
border: 1px #bbb solid;

assets/theme-css/styles.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ a > code {
6767
line-height: 1.5;
6868
}
6969

70-
.hero-headline {
71-
display: flex;
72-
flex-direction: row;
73-
}
74-
7570
.hero-title {
7671
align-items: center;
7772
display: flex;
@@ -129,18 +124,10 @@ a > code {
129124
.cta-button:hover {
130125
color: var(--colorPrimaryLight);
131126
}
132-
133-
#feature-card {
134-
height: 475px;
135-
}
136127
#backtotop.visible #backtotop-color:hover {
137128
background: var(--colorYellow);
138129
}
139130

140-
.mt-30 {
141-
margin-top: 30px;
142-
}
143-
144131
@media only screen and (max-width: 1090px) {
145132
.hero-content {
146133
flex-direction: column;

0 commit comments

Comments
 (0)