Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/spec/fixtures/models/theme/child_style.css
1469 views
1
/*
2
Theme Name: child
3
Theme URI: https://child-theme.org/
4
Description: child Theme
5
Author: Christian Mehlmauer
6
Author URI: https://child-theme.org/
7
Template: twentyfourteen
8
Version: 1.0.0
9
*/
10
11
@import url("../twentyfourteen/custom.css");
12
13
.site,
14
.site-header {
15
max-width: 100%;
16
}
17
.site-content .entry-header,
18
.site-content .entry-content,
19
.site-content .entry-summary,
20
.site-content .entry-meta, .page-content {
21
/* Original max-width: 474px */
22
max-width: 80%;
23
}
24
img {
25
border: solid black 2px
26
}
27
28