File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,17 +53,35 @@ a:focus {
5353}
5454
5555.site-header {
56- margin-bottom : 4rem ;
56+ margin-bottom : 4rem ;
5757}
5858
5959.site-header ::after {
60- content : "" ;
61- display : block;
62- height : 200px ;
63- margin : 3rem auto 0 auto;
64- background-image : url ('/images/czech-python-user-group.png' );
65- background-image : url ('/images/czech-python-user-group.svg' );
66- background-repeat : no-repeat;
67- background-position : center;
68- background-size : contain;
60+ content : "" ;
61+ display : block;
62+ height : 200px ;
63+ margin : 3rem auto 0 auto;
64+ background-image : url ('/images/czech-python-user-group.png' );
65+ background-image : url ('/images/czech-python-user-group.svg' );
66+ background-repeat : no-repeat;
67+ background-position : center;
68+ background-size : contain;
69+ }
70+
71+ .site-header-title {
72+ max-width : 35rem ;
73+ margin-left : auto;
74+ margin-right : auto;
75+ }
76+
77+ @media only screen and (max-width : 600px ) {
78+ .site-header-title {
79+ font-size : 3rem ;
80+ }
81+ }
82+
83+ @media only screen and (max-width : 400px ) {
84+ .site-header-title {
85+ font-size : 2.5rem ;
86+ }
6987}
Original file line number Diff line number Diff line change 55
66
77# Authors
8- AUTHOR = 'Python v ČR '
9- SITENAME = 'Python v ČR bloguje'
10- SITESUBTITLE = 'Zprávy z české Python komunity'
8+ AUTHOR = 'Python\u00A0 v \u00A0 ČR '
9+ SITENAME = 'Python\u00A0 v \u00A0 ČR bloguje'
10+ SITESUBTITLE = 'Zprávy z\u00A0 české Python komunity'
1111
1212ABOUT = '''
1313Tento blog píše [česká komunita kolem programovacího jazyka Python](http://python.cz/).
You can’t perform that action at this time.
0 commit comments