mirror of
https://github.com/neocities/neocities.git
synced 2025-06-18 02:14:41 +02:00
now i'm just fixing other things :)
This commit is contained in:
parent
ee7d9cce3b
commit
94493c97ab
3 changed files with 10 additions and 5 deletions
|
@ -24,11 +24,14 @@
|
||||||
&.int-Gall{
|
&.int-Gall{
|
||||||
|
|
||||||
li{
|
li{
|
||||||
|
border:1px solid #ccc;
|
||||||
margin:0 .5% 12px;
|
margin:0 .5% 12px;
|
||||||
width:24%;
|
width:24%;
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
width:49%
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a{padding:0;}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1396,10 +1396,12 @@ a {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
display: block; }
|
display: block; }
|
||||||
.website-Gallery.int-Gall li {
|
.website-Gallery.int-Gall li {
|
||||||
|
border: 1px solid #ccc;
|
||||||
margin: 0 .5% 12px;
|
margin: 0 .5% 12px;
|
||||||
width: 24%; }
|
width: 24%; }
|
||||||
.website-Gallery.int-Gall a {
|
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||||
padding: 0; }
|
.website-Gallery.int-Gall li {
|
||||||
|
width: 49%; } }
|
||||||
|
|
||||||
.neo-SS, .neo-Screen-Shot {
|
.neo-SS, .neo-Screen-Shot {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue