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{
|
||||
|
||||
li{
|
||||
border:1px solid #ccc;
|
||||
margin:0 .5% 12px;
|
||||
width:24%;
|
||||
}
|
||||
|
||||
a{padding:0;}
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
width:49%
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1396,10 +1396,12 @@ a {
|
|||
padding: 0 8px;
|
||||
display: block; }
|
||||
.website-Gallery.int-Gall li {
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 .5% 12px;
|
||||
width: 24%; }
|
||||
.website-Gallery.int-Gall a {
|
||||
padding: 0; }
|
||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
.website-Gallery.int-Gall li {
|
||||
width: 49%; } }
|
||||
|
||||
.neo-SS, .neo-Screen-Shot {
|
||||
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