8000 fix: links are direct to asset by JacobCoffee · Pull Request #2593 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content

fix: links are direct to asset #2593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: revert css manual changes
  • Loading branch information
JacobCoffee committed Oct 8, 2024
commit ba7bd028e34dc4f58cfef9012fa89e1e477a4094
6 changes: 3 additions & 3 deletions static/sass/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ form, .header-banner, .success-stories-widget .quote-from {
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} */
/* FlexSlider Necessary Styles
/* FlexSlider Necessary Styles
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping
.flexslider .slides img {width: 100%; display: block;}
Expand Down Expand Up @@ -3611,7 +3611,7 @@ span.highlighted {
font-weight: bold;
font-style: normal; }

/*
/*
* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 2, 2013 10:19:24 AM America/New_York
* Adobe Source Pro Sans, Open Source License: http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1959
*/
Expand Down Expand Up @@ -3987,7 +3987,7 @@ span.highlighted {
#sponsorship-detail-container .card {
flex: 1 0 48%; }
#sponsorship-detail-container .card-info {
margin: .5em .5em;
margin: 0.5em 0.5em;
padding: 1em 1em;
border: 1px solid #caccce;
-webkit-border-radius: 6px;
Expand Down
0