1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

Increase About page title's size

This commit is contained in:
vincent 2022-07-01 09:30:45 +02:00
parent 093ee93d81
commit f81cbc72fa

View File

@ -408,9 +408,10 @@
.about-title, .about-title p {
margin: 0;
font-size: rem-calc(50);
line-height: rem-calc(48);
line-height: rem-calc(56);
color: #fff;
font-weight: 900;
text-align: left;
}
.about-title-aside {
@ -418,14 +419,6 @@
font-size: rem-calc(18);
}
.about-title,
.about-title p
{
font-size: rem-calc(18);
line-height: rem-calc(30);
text-align: left;
}
&.ng-hide {
opacity: 0;