mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
css stuff
This commit is contained in:
parent
722acc4e92
commit
edfb06d5df
1 changed files with 2 additions and 2 deletions
|
@ -593,7 +593,7 @@ nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.diario blockquote {
|
.entry {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
|
@ -649,7 +649,7 @@ nav {
|
||||||
|
|
||||||
.event {
|
.event {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 10% 70% 20%;
|
grid-template-columns: 25% 55% 20%;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue