mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 23:52:40 +00:00
Fixed h1 headers not goign full width
This commit is contained in:
@@ -95,10 +95,10 @@
|
||||
color : @headerText;
|
||||
}
|
||||
h1{
|
||||
column-span : 2;
|
||||
column-span : all;
|
||||
font-size : 28pt;
|
||||
-webkit-column-span : 2;
|
||||
-moz-column-span : 2;
|
||||
-webkit-column-span : all;
|
||||
-moz-column-span : all;
|
||||
&+p::first-letter{
|
||||
float : left;
|
||||
font-family : Solberry;
|
||||
|
||||
Reference in New Issue
Block a user