-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (33 loc) · 821 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
Theme Name: Twenty Thirteen Child
Theme URI: http://example.com/twenty-thirteen-child/
Description: Twenty Fourteen Child Theme
Author: Andreas Espiritu & Shallan Paul
Author URI:
Template: twentythirteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fourteen-child
*/
@import url("../twentythirteen/style.css");
/* Theme Customization start here braH! */
.site-header .home-link {
min-height: 0px;
text-align:center;
}
.site-title {
padding: 0px;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
max-width: 1024px;
}
ul.nav-menu, div.nav-menu > ul {
text-align: center;
border-bottom: 1px solid #000;
}
.textwidget {
width: 960px;
}
.navbar {
background-color: #FFF;
}