mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
fe00760cd6
1 changed files with 5 additions and 3 deletions
|
@ -1094,7 +1094,7 @@ a.tag:hover {
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
.row {
|
.row {
|
||||||
margin: 5em 10%;
|
margin: 5.5em 10%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
@ -1117,6 +1117,7 @@ a.tag:hover {
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.screenshot {
|
.screenshot {
|
||||||
|
@ -1142,11 +1143,12 @@ a.tag:hover {
|
||||||
&.right {
|
&.right {
|
||||||
.col {
|
.col {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
padding-left: 30px;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
&.text {
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
padding-right: 30px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue