Skip to content

Commit

Permalink
refactor: move version text to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Feb 10, 2024
1 parent 7e2cb85 commit 1e1ce8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,19 @@ footer {
text-shadow: 1px 1px 2px #427388;
}

.version-txt {
float: right;
text-align: left;
color: aliceblue;
font-family: Arial;
padding-left: 10px;
font-weight: normal;
font-size: 15px;
margin: 0px;
padding-top: 15px;
padding-left: 150x;
}

/*........... for devices over 811px (desktop view).......... */
@media only screen and (min-width: 941px) {
.blog__posts h2 {
Expand Down

0 comments on commit 1e1ce8a

Please sign in to comment.