Skip to content

Commit f647cb3

Browse files
committed
fix(changelog): fix spacing on dedicated changelog page
1 parent f5bd8d0 commit f647cb3

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

public/css/app.css

-36
Original file line numberDiff line numberDiff line change
@@ -592,15 +592,6 @@ video {
592592
.ml-2 {
593593
margin-left: 0.5rem;
594594
}
595-
.mt-4 {
596-
margin-top: 1rem;
597-
}
598-
.mb-2 {
599-
margin-bottom: 0.5rem;
600-
}
601-
.mb-3 {
602-
margin-bottom: 0.75rem;
603-
}
604595
.block {
605596
display: block;
606597
}
@@ -610,9 +601,6 @@ video {
610601
.inline-flex {
611602
display: inline-flex;
612603
}
613-
.table {
614-
display: table;
615-
}
616604
.hidden {
617605
display: none;
618606
}
@@ -634,9 +622,6 @@ video {
634622
.w-auto {
635623
width: auto;
636624
}
637-
.w-full {
638-
width: 100%;
639-
}
640625
.max-w-3xl {
641626
max-width: 48rem;
642627
}
@@ -736,12 +721,6 @@ video {
736721
.pb-3 {
737722
padding-bottom: 0.75rem;
738723
}
739-
.pb-2 {
740-
padding-bottom: 0.5rem;
741-
}
742-
.text-right {
743-
text-align: right;
744-
}
745724
.text-5xl {
746725
font-size: 3rem;
747726
line-height: 1;
@@ -762,16 +741,9 @@ video {
762741
font-size: 1rem;
763742
line-height: 1.5rem;
764743
}
765-
.text-2xl {
766-
font-size: 1.5rem;
767-
line-height: 2rem;
768-
}
769744
.font-bold {
770745
font-weight: 700;
771746
}
772-
.font-black {
773-
font-weight: 900;
774-
}
775747
.font-medium {
776748
font-weight: 500;
777749
}
@@ -799,10 +771,6 @@ video {
799771
--tw-text-opacity: 1;
800772
color: rgb(209 213 219 / var(--tw-text-opacity));
801773
}
802-
.text-green-500 {
803-
--tw-text-opacity: 1;
804-
color: rgb(34 197 94 / var(--tw-text-opacity));
805-
}
806774
.antialiased {
807775
-webkit-font-smoothing: antialiased;
808776
-moz-osx-font-smoothing: grayscale;
@@ -943,10 +911,6 @@ video {
943911

944912
@media (min-width: 1024px) {
945913

946-
.lg\:p-36 {
947-
padding: 9rem;
948-
}
949-
950914
.lg\:py-36 {
951915
padding-top: 9rem;
952916
padding-bottom: 9rem;

resources/views/changelog.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p class="max-w-3xl">Here is the list of latest changes to the MapMarker.io platform. These notes are compiled
88
automatically with every release so these will be up-to-date with the latest changes available. You can find
99
the source file in our Github repo.</p>
10-
<div class="changelog changelog-slim mt-12 pb-24">
10+
<div class="changelog mt-12 pb-24">
1111
<x-markdown>{{ $changelogContent }}</x-markdown>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)