change font size for code in readme

461097028b7fef326bcc11d261fa095199b94111

Tucker McKnight <tmcknight@instructure.com> | Wed Jan 28 2026

change font size for code in readme
scss/design-board.scss:33
Before
32
33
34



35
36

.readme {
  font-size: 1.1rem;
⁣
⁣
⁣
}

⁣
.list-group {
After
32
33
34
35
36
37
38
39
40

.readme {
  font-size: 1.1rem;

  pre, code {
    font-size: 0.875rem !important;
  }
}

.list-group {