mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Rename subtitle CSS class to paragraph
This commit is contained in:
parent
41835ca29d
commit
47e0dc59e6
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
.paragraph {
|
||||
max-width: 672px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ const SectionLocations = props => {
|
|||
<div className={css.title}>
|
||||
<FormattedMessage id="SectionLocations.title" />
|
||||
</div>
|
||||
<div className={css.subtitle}>
|
||||
<div className={css.paragraph}>
|
||||
<p>
|
||||
<FormattedMessage id="SectionLocations.subtitle" />
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue