country-dictionary/static/css/main.css

29 lines
432 B
CSS
Raw Normal View History

2024-03-10 19:54:16 +07:00
@font-face {
font-family: "Roboto";
src: url("../fonts/Roboto-Regular.ttf") format("truetype");
} /* Safari, Android, iOS */
html,
body {
font-family: "Roboto" !important;
height: 100%;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
.pagination {
margin-right: 1ch;
text-align: center;
}
.pagination ul > li {
list-style: none;
display: inline-block;
padding-left: 1ch;
}