mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 09:34:57 +02:00
updates to fix clashing css
This commit is contained in:
parent
711e064869
commit
e46ae4580d
5 changed files with 15 additions and 6 deletions
|
@ -292,6 +292,7 @@
|
|||
position:absolute;
|
||||
top:0;
|
||||
width:70px;
|
||||
z-index:9;
|
||||
}
|
||||
|
||||
.interior .header-Nav{
|
||||
|
|
|
@ -31,3 +31,7 @@
|
|||
padding:$spacing*2;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.hp-Gallery img{
|
||||
width:100%
|
||||
}
|
||||
|
|
|
@ -1212,7 +1212,8 @@ a {
|
|||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 70px; }
|
||||
width: 70px;
|
||||
z-index: 9; }
|
||||
|
||||
.interior .header-Nav {
|
||||
padding-left: 70px; }
|
||||
|
@ -1393,3 +1394,6 @@ a {
|
|||
max-width: 208px;
|
||||
padding: 8px;
|
||||
width: 100%; }
|
||||
|
||||
.hp-Gallery img {
|
||||
width: 100%; }
|
||||
|
|
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