Browse Source

details

master
rdrew 1 year ago
parent
commit
95fe1792e4
  1. 1
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 1
      css/sass/components/_landingpage.scss

1
css/global-style.css

@ -19184,6 +19184,7 @@ main,
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
margin-right: 1px;
} }
@media print, screen and (min-width: 64em) { @media print, screen and (min-width: 64em) {

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

1
css/sass/components/_landingpage.scss

@ -87,5 +87,6 @@
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
margin-right: 1px;
} }
} }

Loading…
Cancel
Save