MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 648: | Line 648: | ||
} | } | ||
/*---------------------------------08-07-2026-------------------------------------*/ | /*---------------------------------08-07-2026-------------------------------------*/ | ||
/* Author Name */ | |||
.ekatra-author { | |||
clear: both; | |||
text-align: right; | |||
font-weight: bold; | |||
margin: 5px 0 0 0; | |||
} | |||
.ekatra-author p { | |||
margin: 0; | |||
} | |||
@media screen and (max-width: 720px) { | |||
.ekatra-author { | |||
margin: 5px 0 0 0; | |||
} | |||
} | |||