mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 15:36:36 +02:00
Fix zIndex of Fork Me link
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
.site-header{
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
}
|
||||
h1.site-title{
|
||||
@@ -15,3 +17,11 @@ h1.site-title{
|
||||
.site-slogan{
|
||||
font-weight: normal;
|
||||
}
|
||||
.fork-me, .fork-me img{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.fork-me{
|
||||
z-index: 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user