This repository was archived by the owner on Dec 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (70 loc) · 1.31 KB
/
style.css
File metadata and controls
70 lines (70 loc) · 1.31 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@charset "UTF-8";
/*
Theme Name: wordpress-theme-2016
Theme URI: https://github.com/bunkasai-nagano-jp/wordpress-theme-2016
Description: This theme has been created by modifying the "stinger5".Author of "stinger5" is ENJI(http://wp-fun.com).
Author: smasato
Author URI: https://bunkasai.nagano.jp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2017.0613
*/
header.navbar {
margin-bottom: 20px;
}
.gmap {
position: relative;
padding-bottom: 75%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 1rem;
}
.gmap iframe {
border: 0;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.year a:first-child {
display: inline-block;
margin-right: 5px;
}
table tbody tr td p {
margin-top: .5rem;
margin-bottom: 0;
}
table tbody tr td p:first-child {
margin: 0;
}
.breadcrumb {
margin-bottom: 11px;
}
.card-date {
margin-top: 0;
margin-bottom: 0;
}
@media (min-width: 544px) {
.img-fluid {
width: 100%;
}
}
@media (max-width: 768px) {
.card .card-block:first-child {
padding: 1.25rem;
}
.card .card-block:not(.text-xs-right) {
padding: 1rem 1rem 0;
}
}
.list-card-date {
margin-top: 0;
margin-bottom: 0;
display: block;
}