Browse Source

distance

pull/2/head
lidia pereira 5 years ago
parent
commit
6510aec7a2
  1. 5
      themes/homebrewtheme/static/css/main.css

5
themes/homebrewtheme/static/css/main.css

@ -53,6 +53,7 @@ pre {
text-transform:lowercase; text-transform:lowercase;
white-space: nowrap; white-space: nowrap;
background-color: #EAEAEA; background-color: #EAEAEA;
} }
#menu a { #menu a {
@ -128,7 +129,7 @@ a {
#index{ #index{
/*! width:100%; */ /*! width:100%; */
padding-top:2em; padding-top:3.5em;
padding-bottom:1em; padding-bottom:1em;
} }
@ -152,6 +153,8 @@ a {
} }
.post-item { .post-item {
max-width: 30%; max-width: 30%;
padding:0 2% 0 0; padding:0 2% 0 0;

Loading…
Cancel
Save