Bug 344053

Summary: h3 is bigger than h2
Product: [Websites] www.kde.org Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: Frédéric Sheedy <sheedy>
Status: RESOLVED FIXED    
Severity: normal CC: imalchow, kenny, sayakb, sheedy
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Albert Astals Cid 2015-02-11 22:00:01 UTC
See
  https://akademy.kde.org/2015/travel-coru%C3%B1a

"Santiago de Compostela Airport (SCQ)" is an h2

"How to arrive from Santiago Airport to A Coruña" is an h3

Any idea how to fix this?
Comment 1 Frédéric Sheedy 2015-02-12 22:54:56 UTC
Hi,

I just push this modification:
.node-content h2 {
  font-size: 1.7em;
}

Instead of 1.3em

Looks good?
Comment 2 Albert Astals Cid 2015-02-12 23:00:43 UTC
Looks better yes, where was the issue?
Comment 3 Frédéric Sheedy 2015-02-12 23:07:35 UTC
Here:
cdn.kde.org/css/bootstrap-drupal.css

So git repo:
https://projects.kde.org/projects/websites/neverland/repository/
Comment 4 Frédéric Sheedy 2015-02-12 23:26:42 UTC
Git commit b314787fb14428d4d0d6fd7edf8e7864fa378503 by Frédéric Sheedy.
Committed on 12/02/2015 at 23:21.
Pushed by sheedy into branch 'master'.

Change font size for h2

M  +1    -1    css/bootstrap-drupal.css

http://commits.kde.org/websites/neverland/b314787fb14428d4d0d6fd7edf8e7864fa378503