Style update. Content 80%

This commit is contained in:
Denis Zheleztsov 2017-12-15 16:06:38 +03:00
parent 0911cb050c
commit 432da73ea0

View File

@ -14,7 +14,11 @@
.content {
margin-top: 4em;
width: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.logo {
@ -33,7 +37,7 @@
#searchButton {
position: absolute;
font-size: 20pt;
left: 5px;
left: 10px;
top: 14pt;
}
@ -89,7 +93,10 @@ body {
.lessmore {
background-color: #2E3436;
border-bottom: none;
border-bottom-color: #aaa;
border-bottom-style: dashed;
border-bottom-width: 0.01em;
margin-left: -10px;
color: #babdb6;
display: block;
font-size: 40pt;
@ -106,8 +113,8 @@ body {
display: block;
font-size:0.7em;
position: absolute;
right: 25px;
top: 17px;
right: 10px;
top: 10pt;
}
.msg {