Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !1001
An error occurred while fetching the assigned milestone of the selected merge_request.

Update margin-right declaration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Byte Blaze requested to merge homepage-spotlight-card-fix into main 5 years ago
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

This PR addresses https://github.com/a11yproject/a11yproject.com/issues/974, based on feedback from @jendowns.

Compare
  • main (base)

and
  • latest version
    0c2be8a7
    2 commits, 2 years ago

2 files
+ 5
- 2

    Preferences

    File browser
    Compare changes
s‎rc‎
_include‎s/layouts‎
base‎.njk‎ +1 -1
css/com‎ponents‎
_c-homepag‎e-card.scss‎ +4 -1
src/_includes/layouts/base.njk
+ 1
- 1
  • View file @ 0c2be8a7

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{% include "meta/social-media.njk" %}
{% include "meta/icons.njk" %}
<link rel="stylesheet" as="style" href="{{ '/css/screen.min.css?v=20200719a' | url }}" />
<link rel="stylesheet" as="style" href="{{ '/css/screen.min.css?v=20200720a' | url }}" />
<link rel="alternate" href="{{ metadata.feed.path | url }}" type="application/atom+xml" title="{{ metadata.title }}" />
<link rel="sitemap" type="application/xml" title="{{ metadata.title }}" href="{{ '/sitemap.xml' | url }}" />
<link rel="author" href="/humans.txt" />
src/css/components/_c-homepage-card.scss
+ 4
- 1
  • View file @ 0c2be8a7

  • Edit in single-file editor

  • Open in Web IDE


@@ -16,7 +16,10 @@
.c-homepage-card--spotlight {
margin-right: 4rem;
// Breakpoints
@include mappy-bp(wrist-large) {
margin-right: 4rem;
}
// Supports
@supports #{$supports-flex} {
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: homepage-spotlight-card-fix

Menu

Explore Projects Groups Snippets