Commit 378ba881 by Ngô Trung Hưng

fix something

parent e31804c7
Pipeline #906 failed with stages
in 0 seconds
......@@ -617,8 +617,10 @@ $main-color: #23303D;
transform: scale(1.2);
font-weight: 500;
}
.content_menu_mobile {
height: 180vh;
width: 100%;
}
}
@media only screen and (max-width: 660px) {
.slogan_text {
......@@ -1422,20 +1424,21 @@ $main-color: #23303D;
ul {
list-style: none;
display: flex;
padding-left: 0px;
}
li {
margin: 5px 15px;
&:nth-child(2) {
margin: 5px 20px 5px 0px;
&:nth-child(1) {
a {
color: red;
}
}
&:nth-child(3) {
&:nth-child(2) {
a {
color: rgb(101, 73, 226);
}
}
&:nth-child(4) {
&:nth-child(3) {
a {
color: rgb(25, 110, 238);
}
......
......@@ -9,9 +9,6 @@
<div class="list_email_app">
<ul>
<li>
<span><%= t('pages.mypage.you_are_using') %></span>
</li>
<li>
<a href="https://mail.google.com/" target="_blank"><i class="fas fa-inbox"></i> Gmail</a>
</li>
<li>
......
en:
errors:
messages:
max_size_error: 'File size should be less than 5 MB'
carrierwave_download_error: "Couldn't download CV."
extension_whitelist_error: "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}"
extension_blacklist_error: "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}"
title:
home: 'Home'
pages:
......
vi:
errors:
messages:
max_size_error: 'Kích thước tệp phải nhỏ hơn 5 MB'
carrierwave_download_error: "Couldn't download image."
extension_whitelist_error: "Bạn không được phép tải lên tệp %{extension}, loại tệp được phép: %{allowed_types}"
extension_blacklist_error: "Bạn không được phép tải lên tệp %{extension}, loại tệp bị cấm: %{prohibited_types}"
title:
home: 'Trang chủ'
pages:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment