mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
[bug] responsiveness of the about page title
This commit is contained in:
parent
bf9a91b479
commit
1c4f46f935
@ -13,6 +13,7 @@
|
||||
- Fix a bug: invoices are not generated in test/development for locale with region (eg. fr-CA)
|
||||
- Fix a bug: cannot access to "about" page on small devices
|
||||
- Fix a bug: "about" page shows a non-functional menu icon
|
||||
- Fix a bug: responsiveness of the "about" page title
|
||||
- Fix a security issue: updated underscore to 1.12.1 to fix [CVE-2021-23358](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23358)
|
||||
- Fix a security issue: updated lodash to 4.17.21 to fix [CVE-2021-23337](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23337)
|
||||
- Fix a security issue: updated url-parse to 1.5.1 to fix [CVE-2021-27515](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27515)
|
||||
|
@ -445,11 +445,12 @@
|
||||
font-size: rem-calc(18);
|
||||
}
|
||||
|
||||
p {
|
||||
.about-title,
|
||||
.about-title p
|
||||
{
|
||||
font-size: rem-calc(18);
|
||||
line-height: rem-calc(30);
|
||||
color: $black-light;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&.ng-hide {
|
||||
|
@ -10,7 +10,8 @@
|
||||
}
|
||||
|
||||
.about-fablab {
|
||||
.about-title {
|
||||
.about-title,
|
||||
.about-title p {
|
||||
font-size: rem-calc(30);
|
||||
line-height: rem-calc(28);
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user