Skip to content

Commit 823ca97

Browse files
committed
Just use one comparison card class
1 parent 0bb740d commit 823ca97

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

doc/source/_static/css/getting_started.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ul.task-bullet > li > p:first-child {
141141
.comparison-card .sd-card-img-top {
142142
margin: 10px;
143143
margin-bottom: 20px;
144-
height: 72px;
144+
height: 52px;
145145
background: none !important;
146146
}
147147

@@ -155,11 +155,6 @@ ul.task-bullet > li > p:first-child {
155155
border-color: #545b62 !important;
156156
}
157157

158-
159-
.comparison-card-excel .sd-card-img-top, .comparison-card-stata .sd-card-img-top, .comparison-card-sas .sd-card-img-top {
160-
height: 52px;
161-
}
162-
163158
.comparison-card .card-footer {
164159
border: none;
165160
background-color: var(--pst-color-background);

doc/source/getting_started/index.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ the pandas-equivalent operations compared to software you already know:
548548
.. grid-item-card::
549549
:img-top: ../_static/logo_r.svg
550550
:columns: 12 6 6 6
551-
:class-card: comparison-card-r
551+
:class-card: comparison-card
552552
:shadow: md
553553

554554
The `R programming language <https://www.r-project.org/>`__ provides the
@@ -569,7 +569,7 @@ the pandas-equivalent operations compared to software you already know:
569569
.. grid-item-card::
570570
:img-top: ../_static/logo_sql.svg
571571
:columns: 12 6 6 6
572-
:class-card: comparison-card-sql
572+
:class-card: comparison-card
573573
:shadow: md
574574

575575
Already familiar to ``SELECT``, ``GROUP BY``, ``JOIN``, etc.?
@@ -588,7 +588,7 @@ the pandas-equivalent operations compared to software you already know:
588588
.. grid-item-card::
589589
:img-top: ../_static/logo_stata.svg
590590
:columns: 12 6 6 6
591-
:class-card: comparison-card-stata
591+
:class-card: comparison-card
592592
:shadow: md
593593

594594
The ``data set`` included in the `STATA <https://en.wikipedia.org/wiki/Stata>`__
@@ -608,7 +608,7 @@ the pandas-equivalent operations compared to software you already know:
608608
.. grid-item-card::
609609
:img-top: ../_static/spreadsheets/logo_excel.svg
610610
:columns: 12 6 6 6
611-
:class-card: comparison-card-excel
611+
:class-card: comparison-card
612612
:shadow: md
613613

614614
Users of `Excel <https://en.wikipedia.org/wiki/Microsoft_Excel>`__
@@ -628,7 +628,7 @@ the pandas-equivalent operations compared to software you already know:
628628
.. grid-item-card::
629629
:img-top: ../_static/logo_sas.svg
630630
:columns: 12 6 6 6
631-
:class-card: comparison-card-sas
631+
:class-card: comparison-card
632632
:shadow: md
633633

634634
The `SAS <https://en.wikipedia.org/wiki/SAS_(software)>`__ statistical software suite

0 commit comments

Comments
 (0)