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