mirror of
https://github.com/timvisee/send.git
synced 2025-10-03 17:49:18 +02:00
Add class to underline text
This commit is contained in:
parent
11aad6eac5
commit
0088a4ccc0
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,10 @@ footer li a:hover {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-underline {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue