UPDATE styling

This commit is contained in:
salamimitpizza 2017-02-02 00:34:52 +01:00
parent 1bc4180abc
commit c7cab2b169
3 changed files with 17 additions and 23 deletions

View File

@ -18,12 +18,6 @@
}
}
h2,
p,
ul {
padding-left: 10%;
}
hr {
width: 80%;
}

View File

@ -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;

File diff suppressed because one or more lines are too long