This commit is contained in:
Tolstoevsky 2020-02-18 13:51:34 +03:00
parent 7f3306dafc
commit dcfee16ee7
No known key found for this signature in database
GPG Key ID: EDD59F3A654C596C
1 changed files with 4 additions and 5 deletions

View File

@ -5,9 +5,8 @@
.textblock {
background-color:#224;
border-radius:4px;
border-style:solid;
border-color: #667;
border-radius:6px;
border: 1px solid #667;
display:inline-block;
width: auto;
color: #bbb;
@ -18,7 +17,7 @@
.imgblock {
background-color:#334;
border-radius:4px;
border-radius:6px;
border:1px solid #667;
display:inline-block;
width: 90%;
@ -68,7 +67,7 @@ h3 {
h1, h2, h3 {
color: #999;
line-height: 120%;
margin: 30px 0 10px;
margin: 20px 0 10px;
font-family: "exo2";
}