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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +0 -2
  3. data/_sass/catgirl.scss +32 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f838026dcf9973fd5dbf36784d2c4fc43599b08880ccfe122d57b5f86353a37
4
- data.tar.gz: 4d895e7ea1d95ff75a5dd6290c311f1f0f8e03d0e38879ddeabfa25e62ac3893
3
+ metadata.gz: f722f65e17cfac5b4239b75bfd7da19406506161c2515055409616f7c66302e9
4
+ data.tar.gz: 6d640c672703ae31336321c93a5ab3e3de49c982ce8380d3bc69e41be59824d8
5
5
  SHA512:
6
- metadata.gz: 8c9054f7cbc4bd1262f6c07034c99a72c9033c67f8d73094c12531fc9fd7482401bff756530ccc0ffacc9fdb7860d417b333658f1559233d41f0eb81f8c09f65
7
- data.tar.gz: 7f5d0babbdbd9145ceed7b378644976862499729918e390f71359472c79357246f90cfa826d18254a1d8846a13feba061c1035abd07ab218d52e804ab96eca05
6
+ metadata.gz: 24b7fbfe6a8db40a4e0a382804a4fddce11bbbec4e95124824b6a8b245c3a2782820fe1632766d27146fe1d92fcf6b91736781059cc0d0748ca61b3dfece2157
7
+ data.tar.gz: 8d90c3213827cf97191046d9b8c9a7c8f8ef67535e2555a2bd55c7a4caf2465d3d2c87dc1048fb812dabe3b399da1c2f2707a885b5fae47771a765f28140c1ec
data/_config.yml CHANGED
@@ -69,5 +69,3 @@ exclude:
69
69
  - "*.gemspec"
70
70
  - README.md
71
71
  - LICENSE.txt
72
- - "tags"
73
- - "tags.*"
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.1
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-17 00:00:00.000000000 Z
11
+ date: 2023-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll