catgirl 0.4.1 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_config.yml +0 -2
- data/_sass/catgirl.scss +32 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f722f65e17cfac5b4239b75bfd7da19406506161c2515055409616f7c66302e9
|
4
|
+
data.tar.gz: 6d640c672703ae31336321c93a5ab3e3de49c982ce8380d3bc69e41be59824d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24b7fbfe6a8db40a4e0a382804a4fddce11bbbec4e95124824b6a8b245c3a2782820fe1632766d27146fe1d92fcf6b91736781059cc0d0748ca61b3dfece2157
|
7
|
+
data.tar.gz: 8d90c3213827cf97191046d9b8c9a7c8f8ef67535e2555a2bd55c7a4caf2465d3d2c87dc1048fb812dabe3b399da1c2f2707a885b5fae47771a765f28140c1ec
|
data/_config.yml
CHANGED
data/_sass/catgirl.scss
CHANGED
@@ -107,6 +107,38 @@ td {
|
|
107
107
|
padding: 3px 5px;
|
108
108
|
}
|
109
109
|
|
110
|
+
@media all and (max-width: 1165px) {
|
111
|
+
#main, #content {
|
112
|
+
width: auto;
|
113
|
+
}
|
114
|
+
|
115
|
+
#sidebar {
|
116
|
+
width: auto;
|
117
|
+
height: auto;
|
118
|
+
background: none;
|
119
|
+
|
120
|
+
header {
|
121
|
+
width: auto;
|
122
|
+
}
|
123
|
+
|
124
|
+
footer {
|
125
|
+
display: none;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
#wrapper {
|
130
|
+
flex-direction: column;
|
131
|
+
width: auto;
|
132
|
+
}
|
133
|
+
|
134
|
+
section {
|
135
|
+
border: 1px solid dimgray;
|
136
|
+
border-width: 1px 0;
|
137
|
+
margin: 0 0 20px;
|
138
|
+
padding: 10px 0;
|
139
|
+
}
|
140
|
+
}
|
141
|
+
|
110
142
|
@media all and (max-width: 960px) {
|
111
143
|
#wrapper {
|
112
144
|
flex-direction: column;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catgirl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- j1nxie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|