UPDATE styling
This commit is contained in:
parent
1bc4180abc
commit
c7cab2b169
@ -18,12 +18,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
h2,
|
||||
p,
|
||||
ul {
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
@ -24,6 +24,22 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#forkme {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10%;
|
||||
z-index: 10;
|
||||
padding: 10px;
|
||||
color: #fff;
|
||||
background: @main;
|
||||
font-weight: 700;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
.index-page {
|
||||
p {}
|
||||
|
||||
@ -33,22 +49,6 @@ body {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
#forkme {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10%;
|
||||
z-index: 10;
|
||||
padding: 10px;
|
||||
color: #fff;
|
||||
background: @main;
|
||||
font-weight: 700;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 80%;
|
||||
margin-right: auto;
|
||||
|
||||
2
public/style.min.css
vendored
2
public/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user